From 7b9dc39aad7b2694899eebb97c669c35e6ef6c59 Mon Sep 17 00:00:00 2001 From: Simon Brandhof Date: Mon, 9 Mar 2015 16:18:51 +0100 Subject: [PATCH] Complete documentation of db section in sonar.properties --- sonar-application/src/main/assembly/conf/sonar.properties | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index f01fac2ebd2..22d2367f4fd 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -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 -- 2.39.5