Skip to content

Commit

Permalink
db.supports_strict docs, closes #344
Browse files Browse the repository at this point in the history
  • Loading branch information
simonw committed Dec 8, 2023
1 parent 1500c19 commit f29189a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions docs/python-api.rst
Expand Up @@ -2177,6 +2177,18 @@ The ``.has_counts_triggers`` property shows if a table has been configured with
>>> db["authors"].has_counts_triggers
True
.. _python_api_introspection_supports_strict
db.supports_strict
------------------
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).
::
>>> db.supports_strict
True
.. _python_api_fts:
Full-text search
Expand Down

0 comments on commit f29189a

Please sign in to comment.