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.
2 parents d727e36 + c6ca677 commit 1683261Copy full SHA for 1683261
Lib/sqlite3/dbapi2.py
@@ -23,7 +23,7 @@
23
import collections.abc
24
import datetime
25
26
-from _sqlite3 import Row, sqlite_version
+from _sqlite3 import *
27
28
paramstyle = "qmark"
29
@@ -54,7 +54,6 @@ def TimestampFromTicks(ticks):
54
collections.abc.Sequence.register(Row)
55
56
def register_adapters_and_converters():
57
- from _sqlite3 import register_adapter, register_converter
58
from warnings import warn
59
60
msg = ("The default {what} is deprecated as of Python 3.12; "
0 commit comments