]> source.dussan.org Git - sonarqube.git/commit
SONAR-6171 Make sure at server startup that the DB is configured to use the UTF8...
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Wed, 16 Mar 2016 15:40:07 +0000 (16:40 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Thu, 24 Mar 2016 20:14:17 +0000 (21:14 +0100)
commit637706156ca70cba5ae550f105bff4cfba92685e
tree7518d5b6b296a53670001ba6d4f1f9e8c0a02336
parentf8090239d79037bd1d75a7576058c4da042c4070
SONAR-6171 Make sure at server startup that the DB is configured to use the UTF8 charset and to be case-sensitive
server/sonar-server/src/main/java/org/sonar/server/db/EmbeddedDatabaseFactory.java
server/sonar-server/src/main/java/org/sonar/server/platform/platformlevel/PlatformLevel3.java
server/sonar-web/src/main/webapp/WEB-INF/web.xml
sonar-db/src/main/java/org/sonar/db/CollationChecker.java [new file with mode: 0644]
sonar-db/src/test/java/org/sonar/db/CollationCheckerTest.java [new file with mode: 0644]