-
Notifications
You must be signed in to change notification settings - Fork 26
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
PG 15 upgrade #93
Comments
Hi pyramation, thanks for providing a useful project. We have an issue ( supabase/supabase#13267 ) over on the supabase repo regarding Postgres 15 syntax not validating in their SQL Editor. We managed to trace the issue back to pgsql-parser supporting up to PG 13, but no further. Is version 15 support planned? Regards (ツ) |
I got started on trying to update libpg-query to Version 15, but I'm facing some difficulty with the actual update process before I can even start debugging and writing tests. How would I update the version here: https://github.com/pyramation/pgsql-parser/blob/master/packages/parser/package.json#L75 Essentially, I wanted to run something like If I did the If I do the yarn one, I get the following error trace:
For context, I ran both commands at the |
It think first You're right about |
I'm guessing we need to run through some of the commands listed in here before actually doing anything? |
Update: I basically recloned and followed the steps as dictated by the Github workflow and from what you suggested about the upgrade and got the following error trace:
Edit: This seems to be an ongoing issue: yarnpkg/yarn#7807, but despite reverting to an older version of yarn, I still get the above error trace. |
Ok, this was a bit of a hack, but I just followed this comment and edited the |
|
[email protected]
The text was updated successfully, but these errors were encountered: