You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Disclaimer: I'm just reviewing the code while deciding whether to use or not. I haven't used this for real yet.
I believe a GO string (Unicode) best matches to NVARCHAR instead of VARCHAR. That will support the full Unicode set. At least that's what I've done in my code and it's worked well.
Thank you again for this great feedback, I've created a pr to address this issue.
please take a look if you have time 😄
FYI: This column mapping is only used for migration functionality and it's also possible to explicitly define corresponding MSSQL type using the following function:
Disclaimer: I'm just reviewing the code while deciding whether to use or not. I haven't used this for real yet.
I believe a GO string (Unicode) best matches to NVARCHAR instead of VARCHAR. That will support the full Unicode set. At least that's what I've done in my code and it's worked well.
mssql/mssql.go
Lines 137 to 142 in e7d7d12
The text was updated successfully, but these errors were encountered: