]> 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:05:31 +0000 (21:05 +0200)
committerPetri Lehtinen <petri@digip.org>
Sun, 12 Feb 2012 19:05:31 +0000 (21:05 +0200)
commit51d04d1ba8643d8a0c89d8307bf43697223f31e2
treec9833d6beddeab16516269de0a916e09a4b8bc0a
parent54411c1784bc404448f496e7a9bf657eaab14daf
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