Fix sqlite3.Connection.iterdump on tables/fields with reserved names or quotes
Closes #9750
diff --git a/Misc/ACKS b/Misc/ACKS
index b21e78c..c1352ea 100644
--- a/Misc/ACKS
+++ b/Misc/ACKS
@@ -457,6 +457,7 @@
Pat Knight
Greg Kochanski
Damon Kohler
+Marko Kohtala
Joseph Koshy
Maksim Kozyarchuk
Stefan Krah
diff --git a/Misc/NEWS b/Misc/NEWS
index f311d55..00eac65 100644
--- a/Misc/NEWS
+++ b/Misc/NEWS
@@ -90,6 +90,10 @@
Library
-------
+- Issue #9750: Fix sqlite3.Connection.iterdump on tables and fields
+ with a name that is a keyword or contains quotes. Patch by Marko
+ Kohtala.
+
- Issue #13994: Earlier partial revert of Distutils enhancements in 2.7
has left two versions of customize_compiler, the original in
distutils.sysconfig and another copy in distutils.ccompiler, with some