]> granicus.if.org Git - python/commit
Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes
authorPetri Lehtinen <petri@digip.org>
Sun, 12 Feb 2012 19:03:02 +0000 (21:03 +0200)
committerPetri Lehtinen <petri@digip.org>
Sun, 12 Feb 2012 19:03:02 +0000 (21:03 +0200)
commit587209f08995e122de76b61154a8c70067778412
treedc328567af046f00d8beb14e544965cc15361572
parentc227965cbd77f73b4ede12bb8dcd0dd8ec939388
Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes

Closes #9750
Lib/sqlite3/dump.py
Lib/sqlite3/test/dump.py
Misc/ACKS
Misc/NEWS