Skip to content
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

allow bypassing preflight check #68

Merged
merged 1 commit into from
Dec 17, 2024
Merged

allow bypassing preflight check #68

merged 1 commit into from
Dec 17, 2024

Conversation

ChuckHend
Copy link
Member

closes #65

@xieydd let me know if something like this will work for you.

SELECT pglater.exec(
  query     => 'CREATE INDEX ON mytable USING hnsw (embedding vector_l2_ops)',
  validate => false
);

@xieydd
Copy link

xieydd commented Dec 17, 2024

closes #65

@xieydd let me know if something like this will work for you.

SELECT pglater.exec(
  query     => 'CREATE INDEX ON mytable USING hnsw (embedding vector_l2_ops)',
  validate => false
);

Yes, Thank you for the quick fix.

@ChuckHend ChuckHend merged commit 0e68cce into main Dec 17, 2024
5 checks passed
@ChuckHend ChuckHend deleted the bypass-validation branch December 17, 2024 12:52
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

sqlparser-rs can not parse pgvector SQL
2 participants