-
Notifications
You must be signed in to change notification settings - Fork 769
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
'@@' not supported when parsing with postgres dialect #2066
Comments
Thanks for the quick fix @tobymao ! Looks like the first examples works but the second example is throwing this error:
and the third example this:
|
you need to specify the dialect, .where(..., dialect="postgres") |
Yep -- my mistake. Thanks!! |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I saw in #1290 that transpiling of full-text search queries isn't in the scope of sqlglot, but is parsing queries with postgres-specific full-text search tokens?
Observed bevhaior:
Ideally I'd also expect to be able to
or
If this isn't in scope for this project please feel free to close!
The text was updated successfully, but these errors were encountered: