[New-bugs-announce] [issue44688] [sqlite3] Remove ASCII limitation from sqlite3.Connection.create_collation()

Erlend E. Aasland report at bugs.python.org
Tue Jul 20 17:13:59 EDT 2021


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

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

----------
assignee: erlendaasland
components: Extension Modules
messages: 397912
nosy: erlendaasland, petr.viktorin
priority: normal
severity: normal
status: open
title: [sqlite3] Remove ASCII limitation from sqlite3.Connection.create_collation()
type: enhancement
versions: Python 3.11

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


More information about the New-bugs-announce mailing list