-
Notifications
You must be signed in to change notification settings - Fork 3.8k
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
sql: allow UUID[] literals to be written as '{uuid-..., uuid-...}' #54672
Labels
A-sql-pgcompat
Semantic compatibility with PostgreSQL
A-sql-typing
SQLtype inference, typing rules, type compatibility.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Comments
rafiss
added
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
A-sql-typing
SQLtype inference, typing rules, type compatibility.
labels
Sep 22, 2020
Removing the good first issue label since I'll be pairing up on this issue with a new hire |
HI. When will it be released? |
This is released in v20.2.0 already |
I use 20.2.2 and it not working
I use IMPORT PGDUMP |
it strange but i see
|
If you are writing an INSERT statement, the array must be in single-quotes. See the initial PR description. (This is the same in PostgreSQL too) |
thx!!! it is TablePlus bug |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Labels
A-sql-pgcompat
Semantic compatibility with PostgreSQL
A-sql-typing
SQLtype inference, typing rules, type compatibility.
C-enhancement
Solution expected to add code/behavior + preserve backward-compat (pg compat issues are exception)
Postgres emits UUIDs in this format when using pg_dump, and allows users to enter this format in the SQL shell. We should support it too.
Currently, this errors in CockroachDB
The text was updated successfully, but these errors were encountered: