mirror of
https://github.com/simonw/datasette.git
synced 2025-12-10 16:51:24 +01:00
compile_options output in /-/versions, closes #396
This commit is contained in:
parent
5b02611512
commit
8ce7866312
3 changed files with 15 additions and 1 deletions
|
|
@ -363,6 +363,9 @@ class Datasette:
|
|||
"version": sqlite_version,
|
||||
"fts_versions": fts_versions,
|
||||
"extensions": sqlite_extensions,
|
||||
"compile_options": [
|
||||
r[0] for r in conn.execute("pragma compile_options;").fetchall()
|
||||
],
|
||||
},
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue