Skip to content

Commit e11e0f9

Browse files
author
Erlend E. Aasland
committed
Amend test comment
1 parent 86f284d commit e11e0f9

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

Lib/test/test_sqlite3/test_hooks.py

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -323,7 +323,8 @@ def test_trace_expanded_sql(self):
323323
)
324324
def test_trace_too_much_expanded_sql(self):
325325
# If the expanded string is too large, we'll fall back to the
326-
# unexpanded SQL statement. The resulting string length is limited by
326+
# unexpanded SQL statement (for SQLite 3.14.0 and newer).
327+
# The resulting string length is limited by the runtime limit
327328
# SQLITE_LIMIT_LENGTH.
328329
template = "select 'b' as \"a\" from sqlite_master where \"a\"="
329330
category = sqlite.SQLITE_LIMIT_LENGTH

0 commit comments

Comments
 (0)