diff options
| author | Gord Thompson <gord@gordthompson.com> | 2020-06-04 12:38:13 -0600 |
|---|---|---|
| committer | Gord Thompson <gord@gordthompson.com> | 2020-06-04 12:38:13 -0600 |
| commit | 14bc09203a8b5b2bc001f764ad7cce6a184975cc (patch) | |
| tree | 403520678d2904cbc89fb19fcadb643b8a62f6f7 /doc | |
| parent | a4de30c50eb660a08c8d025c158c54a0bd84f051 (diff) | |
| download | sqlalchemy-14bc09203a8b5b2bc001f764ad7cce6a184975cc.tar.gz | |
Fix connection string escaping for mssql+pyodbc
Fixes: #5373
Change-Id: Ia41e8f1ef8644c54d23ebfdf3f909c785adf0fb0
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/build/changelog/unreleased_13/5373.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/build/changelog/unreleased_13/5373.rst b/doc/build/changelog/unreleased_13/5373.rst new file mode 100644 index 000000000..4396fbde3 --- /dev/null +++ b/doc/build/changelog/unreleased_13/5373.rst @@ -0,0 +1,8 @@ +.. change:: + :tags: bug, mssql + :tickets: 5373 + + Fixed issue with assembling the ODBC connection string for the pyodbc + DBAPI. Tokens containing semicolons and/or braces "{}" were not being + correctly escaped, causing the ODBC driver to misinterpret the + connection string attributes.
\ No newline at end of file |
