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
Currently when I try to scan sql queries with union and order statements I receive goqu: unable to execute query did you use goqu.Database#From to create the dataset. Sql queries without order statement work as expected.
Currently when I try to scan sql queries with union and order statements I receive
goqu: unable to execute query did you use goqu.Database#From to create the dataset
. Sql queries withoutorder
statement work as expected.To Reproduce
Dialect:
Additional context
Currently I have found a workaround by wrapping the entire query with a select statement
The text was updated successfully, but these errors were encountered: