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 d68d6d8 commit 22adb06Copy full SHA for 22adb06
Lib/test/test_sqlite3/test_dbapi.py
@@ -53,8 +53,7 @@ def memory_database():
53
return contextlib.closing(cx)
54
55
56
-# Temporarily limits the maximum size of any string or BLOB or table row, in
57
-# bytes.
+# Temporarily limit a database connection parameter
58
@contextlib.contextmanager
59
def cx_limit(cx, category=sqlite.SQLITE_LIMIT_LENGTH, limit=128):
60
try:
0 commit comments