You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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:
SELECT col1 FROM tablename WHERE col1 = 'value' ORDER BY col2 DESC
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: