minette-python
minette-python copied to clipboard
Multibyte chars can't be stored correctly with SQLAlchemy DataStores
When I store store user info, the user name in Japanese was stored as '????' in Azure SQL database.
This should be caused by using String to define the column, not NVARCHAR.