-
-
Notifications
You must be signed in to change notification settings - Fork 39
Compatibility with psql commands #1375
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
Conversation
|
|
Hydrocharged
left a comment
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Overall looks fine, not as bad as I expected it to be. However, if we can I would like to move the portion that I reference in the comment below.
This PR adds a couple compatibility features for commands issued by psql:
operator(...)syntax for built-in postgres operatorsThese two things get us to near 100% coverage for psql commands without special casing. The last piece is the
array(select ...)syntax.Relies on dolthub/go-mysql-server#2931