]> granicus.if.org Git - python/commit
backport r243 from the pysqlite2 svn repository - lowers the required version
authorAnthony Baxter <anthonybaxter@gmail.com>
Sat, 1 Apr 2006 08:36:27 +0000 (08:36 +0000)
committerAnthony Baxter <anthonybaxter@gmail.com>
Sat, 1 Apr 2006 08:36:27 +0000 (08:36 +0000)
commit07f5b35e190ab9be85143c6e8e1217d96bbf75ca
tree828ae2c9574ca54383e516403fec91352349ea2b
parent7f6b67c2359d9b52b2eabc1e2ccff4cedb5c78b7
backport r243 from the pysqlite2 svn repository - lowers the required version
of SQLite3 from 3.2.2 to 3.0.8, by providing an alternative to
sqlite3_transfer_bindings. setup.py also handles the common (in debian
and ubuntu, at least) case of a buggy sqlite3.h SQLITE_VERSION_NUMBER.
Modules/_sqlite/cursor.c
Modules/_sqlite/statement.c
Modules/_sqlite/statement.h
setup.py