Improve Unicode support for MSSQL (#6690)

* Implement unicode where cluases for mssql queries

* Add comment about unicode support on sqla 1.3+
This commit is contained in:
Ville Brofeldt
2019-01-29 08:56:46 +02:00
committed by Maxime Beauchemin
parent c4fb7a0a87
commit c44ae612df
3 changed files with 24 additions and 1 deletions

View File

@@ -405,6 +405,11 @@ You can also use `PyAthena` library(no java required) like this ::
See `PyAthena <https://github.com/laughingman7743/PyAthena#sqlalchemy>`_.
MSSQL
-----
Full Unicode support requires SQLAlchemy 1.3 or later.
Snowflake
---------