This issue tracker has been migrated to GitHub, and is currently read-only.
For more information, see the GitHub FAQs in the Python's Developer Guide.

Author erlendaasland
Recipients berker.peksag, erlendaasland
Date 2021-05-11.10:16:37
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1620728198.03.0.232400651845.issue44108@roundup.psfhosted.org>
In-reply-to
Content
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
History
Date User Action Args
2021-05-11 10:16:38erlendaaslandsetrecipients: + erlendaasland, berker.peksag
2021-05-11 10:16:38erlendaaslandsetmessageid: <1620728198.03.0.232400651845.issue44108@roundup.psfhosted.org>
2021-05-11 10:16:37erlendaaslandlinkissue44108 messages
2021-05-11 10:16:37erlendaaslandcreate