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

feat(sqlite): virtual tables and fts5 supported #2531

Merged
merged 1 commit into from
Jul 26, 2023

Conversation

mcdoker18
Copy link
Contributor

Fixes: #1797

Out of scope:

Fixes: sqlc-dev#1797

Out of scope:
* table-valued function. https://www.sqlite.org/vtab.html#tabfunc2
* insert commands. https://www.sqlite.org/fts5.html#special_insert_commands
* you cannot use table name to the left of MATCH or equality operator
@kyleconroy kyleconroy merged commit b04394e into sqlc-dev:main Jul 26, 2023
7 checks passed
This pull request was closed.
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.

Add FTS5 support to sqlite
2 participants