We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
For example, the following may crash,
SELECT x FROM T ORDER BY x
If x is a column of type Point, it will crash on pg because there is no less-than and less-than-or-equal operator for Point
x
Point
So, ORDER BY should be more restrictive about what it accepts
The text was updated successfully, but these errors were encountered:
We should do #210 first
Sorry, something went wrong.
AnyhowStep
No branches or pull requests
For example, the following may crash,
If
x
is a column of typePoint
, it will crash on pg because there is no less-than and less-than-or-equal operator forPoint
So, ORDER BY should be more restrictive about what it accepts
The text was updated successfully, but these errors were encountered: