mirror of
https://github.com/apache/superset.git
synced 2026-04-19 08:04:53 +00:00
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:
committed by
Maxime Beauchemin
parent
c4fb7a0a87
commit
c44ae612df
@@ -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
|
||||
---------
|
||||
|
||||
|
||||
Reference in New Issue
Block a user