mirror of
https://github.com/python/cpython.git
synced 2025-09-26 10:19:53 +00:00
The sqlite3 module did cut off data from the SQLite database at the first null
character before sending it to a custom converter. This has been fixed now.
This commit is contained in:
parent
6ffe499397
commit
762fbd3485
4 changed files with 28 additions and 5 deletions
|
@ -45,6 +45,10 @@ Library
|
|||
- A bug was fixed in logging.config.fileConfig() which caused a crash on
|
||||
shutdown when fileConfig() was called multiple times.
|
||||
|
||||
- The sqlite3 module did cut off data from the SQLite database at the first
|
||||
null character before sending it to a custom converter. This has been fixed
|
||||
now.
|
||||
|
||||
Extension Modules
|
||||
-----------------
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue