summaryrefslogtreecommitdiff
path: root/doc/build
diff options
context:
space:
mode:
authormike bayer <mike_mp@zzzcomputing.com>2020-06-01 19:43:04 +0000
committerGerrit Code Review <gerrit@bbpush.zzzcomputing.com>2020-06-01 19:43:04 +0000
commit1287853bf59a3e50b0a518d4410ff60305058131 (patch)
treeeb525241420c5e919025550cdfdf7fb6d3f47181 /doc/build
parenta31a07ddad1812072511ee69b4e95be099330804 (diff)
parenta7a19f292451e10aef489d87df27be7f58f831a8 (diff)
downloadsqlalchemy-1287853bf59a3e50b0a518d4410ff60305058131.tar.gz
Merge "Support multiple dotted sections in mssql schema names"
Diffstat (limited to 'doc/build')
-rw-r--r--doc/build/changelog/unreleased_13/5366.rst11
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_13/5366.rst b/doc/build/changelog/unreleased_13/5366.rst
new file mode 100644
index 000000000..ff694397f
--- /dev/null
+++ b/doc/build/changelog/unreleased_13/5366.rst
@@ -0,0 +1,11 @@
+.. change::
+ :tags: bug, mssql
+ :tickets: 5366, 5364
+
+ Refined the logic used by the SQL Server dialect to interpret multi-part
+ schema names that contain many dots, to not actually lose any dots if the
+ name does not have bracking or quoting used, and additionally to support a
+ "dbname" token that has many parts including that it may have multiple,
+ independently-bracketed sections.
+
+