MERGE INTO command not supported? #548
Closed
jonatanschroeder
started this conversation in
General
Replies: 2 comments
-
that's a bug with our statement splitter - thanks for reporting! It's a simple fix, but i am ooo until Sunday. Maybe @juleswritescode can do it, otherwise I will latest monday :) |
Beta Was this translation helpful? Give feedback.
0 replies
-
fix is up in #550 :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi, I'm having issues where the MERGE INTO command causes syntax errors on VSCode, even though the command in use is supported by Postgres itself. A command like the following:
works on Postgres, but causes an issue on VSCode using the supabase.postgrestools extension:
Could you confirm if this is a bug with either the extension, the binary, or a related library?
Beta Was this translation helpful? Give feedback.
All reactions