[New-bugs-announce] [issue44108] [sqlite3] normalise SQL quoted literals in sqlite3 test suite

Erlend E. Aasland report at bugs.python.org
Tue May 11 06:16:38 EDT 2021


New submission from Erlend E. Aasland <erlend.aasland at innova.no>:

Most of the SQL statements in the sqlite3 test suite correctly uses single quote literals, except test_unicode_content in Lib/sqlite3/test/hooks.py, which uses double quote literals (not ANSI SQL compatible, IIRC). Adapting this test to also use single quote literals makes the sqlite3 test suite compatible with SQLite libraries compiled with SQLITE_DQS=0.


See also:
- https://sqlite.org/compile.html
- https://sqlite.org/quirks.html#dblquote

----------
components: Tests
keywords: easy
messages: 393452
nosy: berker.peksag, erlendaasland
priority: low
severity: normal
status: open
title: [sqlite3] normalise SQL quoted literals in sqlite3 test suite
type: enhancement
versions: Python 3.11

_______________________________________
Python tracker <report at bugs.python.org>
<https://bugs.python.org/issue44108>
_______________________________________


More information about the New-bugs-announce mailing list