]> granicus.if.org Git - python/commit
Speculative checkin (requires approval of Gerhard Haering)
authorNeal Norwitz <nnorwitz@gmail.com>
Thu, 15 Jun 2006 04:54:29 +0000 (04:54 +0000)
committerNeal Norwitz <nnorwitz@gmail.com>
Thu, 15 Jun 2006 04:54:29 +0000 (04:54 +0000)
commitfe7d0c3bc6352bbabd4b458bf736cd18e9082a27
treec5a985fb771c7a4f5cb943dd2b3f145922bef7f4
parent5d538b603f733cd747ce5a776d86fd971012c986
Speculative checkin (requires approval of Gerhard Haering)

This backs out the test changes in 46962 which prevented crashes
by not running the tests via a version check.  All the version checks
added in that rev were removed from the tests.

Code was added to the error handler in connection.c that seems
to work with older versions of sqlite including 3.1.3.
Lib/sqlite3/test/hooks.py
Lib/sqlite3/test/userfunctions.py
Modules/_sqlite/connection.c