-
Notifications
You must be signed in to change notification settings - Fork 12
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
sqlparser-rs can not parse pgvector
SQL
#65
Comments
@ChuckHend I found you leverage |
I see what you mean. Thats not intended / definitely a bug. |
Thank you for your reply, will we fix this bug? |
Currently, I am using version 0.0.14 and have skipped the validate process. However, I encountered a problem. After creating the task, I am unable to obtain the results.
Why the query is not executed? |
permission error cause BGWorker not running, ignore it |
Yes. I think we want to keep the SQL parser, or find an alternative to it, because it is a great way to reject invalid queries before they are executed. I could use some help finding a solution. Or I can look at it sometime in the next couple weeks. |
I want to use pg_later to create pgvector index as an async job. But it looks like
sqlparser-rs
can not parse the SQL.The text was updated successfully, but these errors were encountered: