]> granicus.if.org Git - python/commit
sqlite3: Handle strings with embedded zeros correctly
authorPetri Lehtinen <petri@digip.org>
Wed, 1 Feb 2012 20:18:19 +0000 (22:18 +0200)
committerPetri Lehtinen <petri@digip.org>
Wed, 1 Feb 2012 20:18:35 +0000 (22:18 +0200)
commit023fe334bbb61fd4912dd6f3e02e19528333ac62
treebcc9603314261713798c504f4043920c738926a4
parentfc3ba6b8fc0d9212cbae676a5c84847245767464
sqlite3: Handle strings with embedded zeros correctly

Closes #13676.
Lib/sqlite3/test/dbapi.py
Lib/sqlite3/test/factory.py
Misc/NEWS
Modules/_sqlite/cursor.c
Modules/_sqlite/statement.c