We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Before you file an issue [x] Make sure you specify the "read" dialect eg. parse_one(sql, read="spark") [x] Check if the issue still exists on main
Fully reproducible code snippet
import sqlglot sqlglot.parse("CREATE TABLE test ( elems jsonb[] )", read="postgres")
raises:
ParseError: Failed to parse 'JSONB' into <class 'sqlglot.expressions.DataType'>
Official Documentation
https://www.postgresql.org/docs/current/arrays.html
The text was updated successfully, but these errors were encountered:
6ccb595
Successfully merging a pull request may close this issue.
Before you file an issue
[x] Make sure you specify the "read" dialect eg. parse_one(sql, read="spark")
[x] Check if the issue still exists on main
Fully reproducible code snippet
raises:
Official Documentation
https://www.postgresql.org/docs/current/arrays.html
The text was updated successfully, but these errors were encountered: