You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/python-api.rst
+12Lines changed: 12 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -2177,6 +2177,18 @@ The ``.has_counts_triggers`` property shows if a table has been configured with
2177
2177
>>> db["authors"].has_counts_triggers
2178
2178
True
2179
2179
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).
0 commit comments