mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
Hidden tables data_licenses, KNN, KNN2 for SpatiaLite, closes #1601
This commit is contained in:
parent
fae3983c51
commit
14e320329f
1 changed files with 3 additions and 0 deletions
|
|
@ -365,6 +365,9 @@ class Database:
|
||||||
"sqlite_sequence",
|
"sqlite_sequence",
|
||||||
"views_geometry_columns",
|
"views_geometry_columns",
|
||||||
"virts_geometry_columns",
|
"virts_geometry_columns",
|
||||||
|
"data_licenses",
|
||||||
|
"KNN",
|
||||||
|
"KNN2",
|
||||||
] + [
|
] + [
|
||||||
r[0]
|
r[0]
|
||||||
for r in (
|
for r in (
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue