Skip to content

Identify create virtual table sqlite statements #73

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

Merged
merged 1 commit into from
Dec 5, 2023

Conversation

MasterOdin
Copy link
Member

Closes #71

PR adds support for identifying the CREATE VIRTUAL TABLE statement from sqlite. They are now properly identified as CREATE_TABLE, similar to how we handle temporary table/views.

@MasterOdin MasterOdin merged commit 6bb6c50 into main Dec 5, 2023
@MasterOdin MasterOdin deleted the feat-virtual-sqlite branch December 5, 2023 02:28
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.

CREATE VIRTUAL TABLE in SqLite not identifying as a CREATE_TABLE
1 participant