Bump SQLAlchemy to 1.3 (#7099)

* Bump sqla to >=1.3.1

* Refine mssql column types to only use N-prefixing when necessary

* make join explicit

* replace set with list

* Add additional test case for N-prefix

* Replace engine with dialect and fix linting error

* Remove unneeded import
This commit is contained in:
Ville Brofeldt
2019-03-25 05:44:05 +02:00
committed by Maxime Beauchemin
parent 80d6f5a090
commit 23e823f0c1
6 changed files with 48 additions and 13 deletions

View File

@@ -415,11 +415,6 @@ 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
---------