sqlite_lint: add support for FTS5 and virtual tables
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
create temporary view tables as
|
||||
select l.schema,
|
||||
l.name,
|
||||
l.type,
|
||||
l.type as table_type,
|
||||
l.wr as is_without_rowid,
|
||||
l.strict as is_strict
|
||||
from sqlite_schema s
|
||||
|
||||
Reference in New Issue
Block a user