-
Bug
-
Resolution: Fixed
-
Medium
-
1.3, 2.8
-
None
MS SQL server won't let us put Unicode in the database with regular VARCHAR columns, it needs to use NVARCHAR instead.
Evil, evil SQL Server.
MS SQL server won't let us put Unicode in the database with regular VARCHAR columns, it needs to use NVARCHAR instead.
Evil, evil SQL Server.
New installations get NVARCHAR columns by default in 3.5. Verified on SQL Server Express Edition 2008.
We didn't actually do anything to fix it in the 3.5 release, so it has probably been fixed for at least a couple of major versions before that.