#----- 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
#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