mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
parent
67ad77a307
commit
709f4f2798
2 changed files with 3 additions and 1 deletions
|
|
@ -300,7 +300,7 @@ def detect_fts_sql(table):
|
|||
sql like '%VIRTUAL TABLE%USING FTS%content="{table}"%'
|
||||
or (
|
||||
tbl_name = "{table}"
|
||||
and sql not like 'CREATE VIEW%'
|
||||
and sql like '%VIRTUAL TABLE%USING FTS%'
|
||||
)
|
||||
)
|
||||
'''.format(table=table)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue