]> granicus.if.org Git - python/commit
Updated the sqlite3 module to the external pysqlite 2.2.2 version.
authorGerhard Häring <gh@ghaering.de>
Sun, 23 Apr 2006 15:24:26 +0000 (15:24 +0000)
committerGerhard Häring <gh@ghaering.de>
Sun, 23 Apr 2006 15:24:26 +0000 (15:24 +0000)
commit3e99c0ad649de0393d9a8af17f34d9d1f55f4ab2
treeeccb1576b1380f17d880133f1fbf92df8456295d
parent5ef9d9fdb93cd5bd5179d8ce63c28248a4614d44
Updated the sqlite3 module to the external pysqlite 2.2.2 version.
22 files changed:
Lib/sqlite3/dbapi2.py
Lib/sqlite3/test/hooks.py
Lib/sqlite3/test/regression.py
Lib/sqlite3/test/userfunctions.py
Lib/test/test_sqlite.py
Modules/_sqlite/adapters.c [deleted file]
Modules/_sqlite/adapters.h [deleted file]
Modules/_sqlite/cache.c
Modules/_sqlite/cache.h
Modules/_sqlite/connection.c
Modules/_sqlite/connection.h
Modules/_sqlite/converters.c [deleted file]
Modules/_sqlite/converters.h [deleted file]
Modules/_sqlite/cursor.c
Modules/_sqlite/cursor.h
Modules/_sqlite/microprotocols.h
Modules/_sqlite/module.c
Modules/_sqlite/module.h
Modules/_sqlite/statement.c
Modules/_sqlite/statement.h
PCbuild/_sqlite3.vcproj
setup.py