Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Conversation

@j-angnoe
Copy link
Contributor

Currently the PHPSQLCreator will ignore the Order direction when using a positional ORDER BY clause (i.e. ORDER BY 1 ASC, ORDER BY 3 DESC). The reason seems that the OrderBuilder reuses the PositionBuilder (which is also used in GROUP BY statements). This PositionBuilder does not take into account a position.

In SQL it is valid to use a positional order by and being able to sort ascending and descending, so I think this should be reflected by the PHPSQLCreator. That's why i've decided create a new OrderByPositionBuilder which does take into account the order direction. The orderbyposition test has also been updated to reflect this change.

@j-angnoe
Copy link
Contributor Author

This is a duplicate of #344, but this PR is from forked fix-order-direction to master instead of master->master.

@greenlion greenlion merged commit 97593a7 into greenlion:master Feb 1, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants