cpython/Lib/sqlite3
R David Murray 32851d61f2 #15109: revert '%'->'format' changes in 4b105d328fe7 to fix regression.
With '%', non-ascii worked because the '%' automatically got promoted to
unicode.  With format that doesn't happen, which led to encoding errors.  This
fix goes back to using %, and adds a test to make sure non-ascii string values
work in iterdump.
2013-01-10 21:10:40 -05:00
..
test #15109: revert '%'->'format' changes in 4b105d328fe7 to fix regression. 2013-01-10 21:10:40 -05:00
__init__.py
dbapi2.py Remove usage of apply() in sqlite3 to silence warnings under -3. 2008-08-04 21:19:41 +00:00
dump.py #15109: revert '%'->'format' changes in 4b105d328fe7 to fix regression. 2013-01-10 21:10:40 -05:00