diff options
| author | mike bayer <mike_mp@zzzcomputing.com> | 2020-06-01 19:43:04 +0000 |
|---|---|---|
| committer | Gerrit Code Review <gerrit@bbpush.zzzcomputing.com> | 2020-06-01 19:43:04 +0000 |
| commit | 1287853bf59a3e50b0a518d4410ff60305058131 (patch) | |
| tree | eb525241420c5e919025550cdfdf7fb6d3f47181 /doc/build | |
| parent | a31a07ddad1812072511ee69b4e95be099330804 (diff) | |
| parent | a7a19f292451e10aef489d87df27be7f58f831a8 (diff) | |
| download | sqlalchemy-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.rst | 11 |
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. + + |
