This website requires JavaScript.
Explore
Help
Register
Sign In
PublicArchive
/
cpython
Watch
2
Star
0
Fork
0
You've already forked cpython
mirror of
https://github.com/python/cpython.git
synced
2026-05-16 09:29:00 -04:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
54cf12b625397ff52e30efd9b14f0b61edfdfd9d
cpython
/
Lib
/
sqlite3
/
test
T
History
Guido van Rossum
a8be92b649
Fix the sqlite test. Blobs should be created using buffer(b"blob"),
...
not buffer("blob").
2007-08-29 03:44:33 +00:00
..
__init__.py
…
dbapi.py
…
factory.py
Make the sqlite tests pass.
2007-08-10 18:15:11 +00:00
hooks.py
…
regression.py
…
transactions.py
…
types.py
Make the sqlite tests pass.
2007-08-10 18:15:11 +00:00
userfunctions.py
Fix the sqlite test. Blobs should be created using buffer(b"blob"),
2007-08-29 03:44:33 +00:00