cpython/Lib/sqlite3/test
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 Merged revisions 55817-55961 via svnmerge from 2007-06-13 18:07:49 +00:00
factory.py Make the sqlite tests pass. 2007-08-10 18:15:11 +00:00
hooks.py SF patch 1631942 by Collin Winter: 2007-01-10 16:19:56 +00:00
regression.py Merged revisions 55007-55179 via svnmerge from 2007-05-07 22:24:25 +00:00
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