We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8123137 commit 36fafe2Copy full SHA for 36fafe2
Doc/library/sqlite3.rst
@@ -168,9 +168,9 @@ Module functions and constants
168
>>> import sqlite3
169
>>> con = sqlite3.connect(":memory:")
170
>>> con.execute("""
171
- select * from pragma_compile_options
172
- where compile_options like 'THREADSAFE=%'
173
- """).fetchall()
+ select * from pragma_compile_options
+ where compile_options like 'THREADSAFE=%'
+ """).fetchall()
174
175
Note that the `SQLITE_THREADSAFE levels
176
<https://sqlite.org/compile.html#threadsafe>`_ do not match the DB-API 2.0
0 commit comments