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