This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
mirror of
https://github.com/python/cpython.git
synced
2026-08-01 06:37:41 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
e8ea355b728fa2ae3fa060eeea477ebfa159a5f5
cpython
/
Lib
/
sqlite3
T
History
Serhiy Storchaka
42d67af87f
Issue
#21147
: sqlite3 now raises an exception if the request contains a null
...
character instead of truncate it. Based on patch by Victor Stinner.
2014-09-11 13:29:05 +03:00
..
test
Issue
#21147
: sqlite3 now raises an exception if the request contains a null
2014-09-11 13:29:05 +03:00
__init__.py
…
dbapi2.py
…
dump.py
…