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 8fdd435 commit 3448f92Copy full SHA for 3448f92
Doc/library/sqlite3.rst
@@ -169,7 +169,7 @@ Module functions and constants
169
con = sqlite3.connect(":memory:")
170
con.execute("""
171
select * from pragma_compile_options
172
- where compile_options like 'THREADSAFE=%%'
+ where compile_options like 'THREADSAFE=%'
173
""").fetchall()
174
175
Note that the `SQLITE_THREADSAFE levels
0 commit comments