Skip to content

order by parse bug #57

@qsLI

Description

@qsLI
	// parse ORDER BY
	if(node.getOrderBy().isEmpty()){
		for(SortItem si : node.getOrderBy()/*.get().getSortItems()*/){
			OrderBy ob = si.accept(orderOarser, state);
			if(state.hasException()) return new ParseResult(state.getException());
			orderings.add(ob);
		}
	}

isEmpty => isNotEmpty

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type
    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions