diff options
| author | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-05-31 20:34:03 -0400 |
|---|---|---|
| committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2020-06-01 15:37:48 -0400 |
| commit | a7a19f292451e10aef489d87df27be7f58f831a8 (patch) | |
| tree | c4c2c2e6c072bc6d29c2e260cd60a43a2332cc9f /doc | |
| parent | cbfa1363d7201848a56e7209146e81b9c51aa8af (diff) | |
| download | sqlalchemy-a7a19f292451e10aef489d87df27be7f58f831a8.tar.gz | |
Support multiple dotted sections in mssql schema names
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.
This fix addresses #5364 to some degree but probably does not
resolve it fully.
References: #5364
Fixes: #5366
Change-Id: I460cd74ce443efb35fb63b6864f00c6d81422688
Diffstat (limited to 'doc')
| -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. + + |
