aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-db/src/test/java/org/sonar/db/charset/MssqlCharsetHandlerTest.java
Commit message (Collapse)AuthorAgeFilesLines
* SONAR-8445 move package charset from sonar-db to sonar-db-migrationSébastien Lesaint2016-12-161-240/+0
|
* SONAR-7988 fix mssql collation which was badly defined in 5.xSimon Brandhof2016-09-161-70/+100
|
* SONAR-7798 support BIN and BIN2 collation on MsSQLSébastien Lesaint2016-06-271-10/+44
|
* SONAR-7798 mssql fix collation now support complex collationsSébastien Lesaint2016-06-271-0/+37
| | | | | collations can actually have a combination of case sensitivity and accent sensitivity also, the might not end with accent sensitivity
* SONAR-7649 do not repair db collation outside migrationSimon Brandhof2016-05-191-8/+25
|
* SONAR-7589 Error when upgrading to SonarQube 5.5 on SQL AzureSimon Brandhof2016-05-051-0/+11
|
* SONAR-7549 Automatic repair of MSSQL and MySQL case-insensitive columnsSimon Brandhof2016-04-251-17/+53
|
* SONAR-7549 SONAR-6171 verifies UTF8 charset and case-sensitive collationSimon Brandhof2016-04-251-0/+75