-
Notifications
You must be signed in to change notification settings - Fork 4k
Closed
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestpriorityPriority fix or enhancementPriority fix or enhancement
Description
Summary of proposed feature
Hello, recently I discovered a problem when working with database sessions stored in SQL Server (TypeOrm adapter). My setup uses Azure Active Directory (oauth2.0) to sign users in. The thing is that as I have there user with name "Jiří" - this creates new record in DB table "users" with name = "JiYí".
Having checked the docs for MS SQL schema seems the problem is that column "name" is of type varchar. Another problem could be in schema definition which states the same.
Purpose of proposed feature
Would it be possible to update required definitions to use nvarchar instead of varchar to handle accented characters?
Potential problems
Not sure about potential problems as I'm quite new in Javascript and Next.JS field ;)
iaincollins
Metadata
Metadata
Assignees
Labels
bugSomething isn't workingSomething isn't workingenhancementNew feature or requestNew feature or requestpriorityPriority fix or enhancementPriority fix or enhancement