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 erlendaasland, petr.viktorin
Date 2021-07-20.21:13:58
SpamBayes Score -1.0
Marked as misclassified Yes
Message-id <1626815639.0.0.124949004074.issue44688@roundup.psfhosted.org>
In-reply-to
Content
The sqlite3.Connection.create_collation() function limits collation names to ASCII characters only. As sqlite3_create_collation_v2() (and sqlite3_create_collation()) support UTF8, there is no need for this limitation anymore.

See https://github.com/python/cpython/pull/27156#issuecomment-883694653
History
Date User Action Args
2021-07-20 21:13:59erlendaaslandsetrecipients: + erlendaasland, petr.viktorin
2021-07-20 21:13:59erlendaaslandsetmessageid: <1626815639.0.0.124949004074.issue44688@roundup.psfhosted.org>
2021-07-20 21:13:58erlendaaslandlinkissue44688 messages
2021-07-20 21:13:58erlendaaslandcreate