aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2011-09-26 11:19:58 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2011-09-26 11:19:58 +0200
commit7d741a1e1ccb6ae5b756150f4c389e3629ef7719 (patch)
tree0e2a9415a487c79f16d4ad4c48495d3e2f1cec37
parent248ad1f7b679c1becf6cec7d7c4babf012105130 (diff)
downloadsonarqube-7d741a1e1ccb6ae5b756150f4c389e3629ef7719.tar.gz
sonarqube-7d741a1e1ccb6ae5b756150f4c389e3629ef7719.zip
SONAR-2833 Fail to create SQLServer tables when collation is case-sensitive
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties2
1 files changed, 1 insertions, 1 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index dc05f1625ff..a5ccc8377e2 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -94,7 +94,7 @@ sonar.jdbc.driverClassName: org.apache.derby.jdbc.ClientDriver
#----- Microsoft SQLServer
# The Jtds open source driver is available in extensions/jdbc-driver/mssql. More details on http://jtds.sourceforge.net
# The validation query is optional.
-#sonar.jdbc.url: jdbc:jtds:sqlserver://localhost;databaseName=SONAR;SelectMethod=Cursor
+#sonar.jdbc.url: jdbc:jtds:sqlserver://localhost/sonar;SelectMethod=Cursor
#sonar.jdbc.driverClassName: net.sourceforge.jtds.jdbc.Driver
#sonar.jdbc.validationQuery: select 1