summaryrefslogtreecommitdiff
path: root/doc/build
diff options
context:
space:
mode:
Diffstat (limited to 'doc/build')
-rw-r--r--doc/build/changelog/unreleased_13/5456.rst9
1 files changed, 9 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_13/5456.rst b/doc/build/changelog/unreleased_13/5456.rst
new file mode 100644
index 000000000..823f3731b
--- /dev/null
+++ b/doc/build/changelog/unreleased_13/5456.rst
@@ -0,0 +1,9 @@
+.. change::
+ :tags: bug, reflection, sqlite, mssql
+ :tickets: 5456
+
+ Applied a sweep through all included dialects to ensure names that contain
+ single or double quotes are properly escaped when querying system tables,
+ for all :class:`.Inspector` methods that accept object names as an argument
+ (e.g. table names, view names, etc). SQLite and MSSQL contained two
+ quoting issues that were repaired.