This website requires JavaScript.
Explore
Help
Sign in
mirrors
/
cpython
Watch
1
Star
0
Fork
You've already forked cpython
0
mirror of
https://github.com/python/cpython.git
synced
2025-07-28 13:44:43 +00:00
Code
Issues
Projects
Releases
Packages
Wiki
Activity
Actions
6
762fbd3485
cpython
/
Lib
/
sqlite3
History
Download ZIP
Download TAR.GZ
Gerhard Häring
762fbd3485
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.
2006-07-02 17:48:30 +00:00
..
test
The sqlite3 module did cut off data from the SQLite database at the first null
2006-07-02 17:48:30 +00:00
__init__.py
dbapi2.py
Updated the sqlite3 module to the external pysqlite 2.2.2 version.
2006-04-23 15:24:26 +00:00