-
-
Notifications
You must be signed in to change notification settings - Fork 5.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support use nvarchar for all varchar columns when using mssql #12269
Conversation
Why not just always set nvarchar? |
I think that will break the previous installation. To keep compitable, the default value is varchar. |
Why it would break? It would just set nvarchar for new columns |
done. |
I still don't know if setting is needed. Why would anyone would want to use varchar instead of nvarchar as then any unicode character will be broken? |
@lafriks for those who use latin characters only and want less disk usage. |
Yeah but emoji chars are also unicode. Also I don't think Gitea database size is what would be such a problem, git repos are usually that takes up most space anyway |
imho we are already have way too many settings 😬 |
Reasonable. Done. |
2f41477
to
5fe2453
Compare
Should fix #12094