| Source path: hg/ lib/ test/ dbapi.py |
|
|
|
|
Change log
8479acce1204
by Gerhard Haering <g...@ghaering.de>
on Aug 5, 2010
Diff
Trying to execute more than one statement with execute() or throwing anything other than string or unicode as the first parameter to execute() now raises a ProgrammingError instead of a Warning. This makes much more sense.
| Go to: |
Sign in to write a code review
Older revisions
e60051c2f2ff
by Gerhard Haering <g...@ghaering.de>
on Mar 4, 2010
Diff
failUnless => assert Breaks Python Python 2.3 for now.
adc1493adcc8
by Gerhard Haering <g...@ghaering.de>
on Mar 3, 2010
Diff
Fix for Python issue http://bugs.python.org/issue7670
2fb55e73ac2f
by Gerhard Haering <g...@ghaering.de>
on Sep 10, 2009
Diff
Made sure that >>> from pysqlite2 import test >>> from pysqlite2 import dbapi2 as sqlite ...