mirror of
https://github.com/python/cpython.git
synced 2025-08-04 17:08:35 +00:00
bpo-44688: Remove ASCII limitation from sqlite3
collation names (GH-27395)
This commit is contained in:
parent
8d0647485d
commit
5269c09145
7 changed files with 35 additions and 60 deletions
|
@ -402,6 +402,10 @@ Connection Objects
|
|||
|
||||
con.create_collation("reverse", None)
|
||||
|
||||
.. versionchanged:: 3.11
|
||||
The collation name can contain any Unicode character. Earlier, only
|
||||
ASCII characters were allowed.
|
||||
|
||||
|
||||
.. method:: interrupt()
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue