]> source.dussan.org Git - sonarqube.git/commitdiff
Complete documentation of db section in sonar.properties
authorSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 9 Mar 2015 15:18:51 +0000 (16:18 +0100)
committerSimon Brandhof <simon.brandhof@sonarsource.com>
Mon, 9 Mar 2015 15:18:51 +0000 (16:18 +0100)
sonar-application/src/main/assembly/conf/sonar.properties

index f01fac2ebd2d37c7799d7ee44d4f381ae942f4a7..22d2367f4fd8fb07bd031ad2231be1cafd4e9961 100644 (file)
@@ -28,6 +28,8 @@
 
 
 #----- MySQL 5.x
+# Only InnoDB storage engine is supported (not myISAM).
+# Only the bundled driver is supported.
 #sonar.jdbc.url=jdbc:mysql://localhost:3306/sonar?useUnicode=true&characterEncoding=utf8&rewriteBatchedStatements=true&useConfigs=maxPerformance
 
 
@@ -44,8 +46,9 @@
 #sonar.jdbc.url=jdbc:postgresql://localhost/sonar
 
 
-#----- Microsoft SQLServer 2005/2008
-# Only the distributed jTDS driver is supported.
+#----- Microsoft SQLServer 2008/2012
+# Only the bundled jTDS driver is supported.
+# Collation must be case-sensitive (CS) and accent-sensitive (AS).
 #sonar.jdbc.url=jdbc:jtds:sqlserver://localhost/sonar;SelectMethod=Cursor