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

Commits on Jul 26, 2023

  1. feat(sqlite): virtual tables and fts5 supported

    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
    mcdoker18 committed Jul 26, 2023
    Configuration menu
    Copy the full SHA
    23e86ac View commit details
    Browse the repository at this point in the history