Skip to content

CREATE VIRTUAL TABLE in SqLite not identifying as a CREATE_TABLE #71

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

Closed
rathboma opened this issue Jun 9, 2023 · 0 comments · Fixed by #73
Closed

CREATE VIRTUAL TABLE in SqLite not identifying as a CREATE_TABLE #71

rathboma opened this issue Jun 9, 2023 · 0 comments · Fixed by #73

Comments

@rathboma
Copy link
Contributor

rathboma commented Jun 9, 2023

example sql:

CREATE VIRTUAL TABLE email USING fts5(sender, title, body);
insert into email (sender, title, body) values ('me', 'hi', 'wassup');
select * from email;

From: beekeeper-studio/beekeeper-studio#1597

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 a pull request may close this issue.

1 participant