This website requires JavaScript.
Explore
Help
Sign In
ada
/
cpython
Watch
0
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/AdaCore/cpython.git
synced
2026-02-12 12:57:15 -08:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
2.5
cpython
/
Lib
/
sqlite3
/
test
History
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
..
__init__.py
…
dbapi.py
…
factory.py
…
hooks.py
Re-revert this change. Install the version check and don't run the test
2006-06-15 08:16:44 +00:00
regression.py
Merged changes from external pysqlite 2.3.0 release. Documentation updates will
2006-06-13 22:24:47 +00:00
transactions.py
…
types.py
The sqlite3 module did cut off data from the SQLite database at the first null
2006-07-02 17:48:30 +00:00
userfunctions.py
Removed call to enable_callback_tracebacks that slipped in by accident.
2006-06-21 20:55:04 +00:00