-
Notifications
You must be signed in to change notification settings - Fork 24
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 16 upgrade #107
Comments
found a few more "typmods": Array [
Object {
"A_Const": Object {
- "location": 50,
- "val": Object {
- "Integer": Object {
+ "ival": Object {
"ival": 2,
- },
},
+ "location": 50,
},
},
], |
from launchql/libpg-query-node#21 via @nith2001 :
|
This should be released as a major version 😄, perhaps the major version can be tied to PG's version as well. |
I think we'll upgrade to PG 15 first, and use 15-latest similar to libpg-query we're testing out deparse on 15 now |
thanks for your hard work. |
we finally got PG 16 (& windows) working on libpg-query thanks to @aquariuslt 🙏🏻
Now would be great to get this library upgraded. I'm pretty sure only a few ASTs changed. Will use this issue to document those changes:
Strings seem to be the only issue, and I believe their in
A_Const
and a few others:The text was updated successfully, but these errors were encountered: