Message 397912 - Python tracker
Message397912
| 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:59 | erlendaasland | set | recipients: + erlendaasland, petr.viktorin |
| 2021-07-20 21:13:59 | erlendaasland | set | messageid: <1626815639.0.0.124949004074.issue44688@roundup.psfhosted.org> |
| 2021-07-20 21:13:58 | erlendaasland | link | issue44688 messages |
| 2021-07-20 21:13:58 | erlendaasland | create | |