]> source.dussan.org Git - sonarqube.git/commitdiff
SONAR-2833 Fail to create SQLServer tables when collation is case-sensitive
authorSimon Brandhof <simon.brandhof@gmail.com>
Mon, 26 Sep 2011 09:19:58 +0000 (11:19 +0200)
committerSimon Brandhof <simon.brandhof@gmail.com>
Mon, 26 Sep 2011 09:19:58 +0000 (11:19 +0200)
sonar-application/src/main/assembly/conf/sonar.properties

index dc05f1625ff6d3e91f618c79a711bd151119f8b6..a5ccc8377e26b4ee26d2b8be9b6dff7350ab2750 100644 (file)
@@ -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