-
-
Notifications
You must be signed in to change notification settings - Fork 187
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Postgres]: Structure of orderby
AST does not match MySQL
#1943
Labels
enhancement
New feature or request
Comments
@tbantle22 I will update MySQL syntax to be compatible with PostgreSQL. |
To clarify, I think both should look like the MySQL syntax |
I responded before I read this. As long as the syntax is the same for both MySQL and Postgres that will be a great help |
@tbantle22 ok got it. Sorry for the break changes. |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Sorry for all the issues - having some trouble migrating to v5 as a lot of our Postgres tests are failing.
Parsing this query for MySQL and Postgres gives a different results structure. These were equivalent pre-v5 and both looked like the MySQL structure. This would be improved if the OrderBy type was not
any
:MySQL:
Postgres:
The text was updated successfully, but these errors were encountered: