minette-python icon indicating copy to clipboard operation
minette-python copied to clipboard

Multibyte chars can't be stored correctly with SQLAlchemy DataStores

Open uezo opened this issue 5 years ago • 0 comments

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.

uezo avatar Nov 02 '20 14:11 uezo