Thanks to visit codestin.com Credit goes to github.com
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 2ad069d commit ecd2f84Copy full SHA for ecd2f84
1 file changed
Lib/sqlite3/__init__.py
@@ -22,7 +22,7 @@
22
23
"""
24
The sqlite3 extension module provides a DB-API 2.0 (PEP 249) compliant
25
-interface to the SQLite library, and requires SQLite 3.7.15 or newer.
+interface to the SQLite library, and requires SQLite 3.15.2 or newer.
26
27
To use the module, start by creating a database Connection object:
28
0 commit comments