Skip to content

Commit f29189a

Browse files
committed
db.supports_strict docs, closes #344
1 parent 1500c19 commit f29189a

File tree

1 file changed

+12
-0
lines changed

1 file changed

+12
-0
lines changed

docs/python-api.rst

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2177,6 +2177,18 @@ The ``.has_counts_triggers`` property shows if a table has been configured with
21772177
>>> db["authors"].has_counts_triggers
21782178
True
21792179
2180+
.. _python_api_introspection_supports_strict
2181+
2182+
db.supports_strict
2183+
------------------
2184+
2185+
This property on the database object returns ``True`` if the available SQLite version supports `STRICT mode <https://www.sqlite.org/stricttables.html>`__, which was added in SQLite 3.37.0 (on 2021-11-27).
2186+
2187+
::
2188+
2189+
>>> db.supports_strict
2190+
True
2191+
21802192
.. _python_api_fts:
21812193
21822194
Full-text search

0 commit comments

Comments
 (0)