We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 86f284d commit e11e0f9Copy full SHA for e11e0f9
Lib/test/test_sqlite3/test_hooks.py
@@ -323,7 +323,8 @@ def test_trace_expanded_sql(self):
323
)
324
def test_trace_too_much_expanded_sql(self):
325
# If the expanded string is too large, we'll fall back to the
326
- # unexpanded SQL statement. The resulting string length is limited by
+ # unexpanded SQL statement (for SQLite 3.14.0 and newer).
327
+ # The resulting string length is limited by the runtime limit
328
# SQLITE_LIMIT_LENGTH.
329
template = "select 'b' as \"a\" from sqlite_master where \"a\"="
330
category = sqlite.SQLITE_LIMIT_LENGTH
0 commit comments