aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application/src/main/assembly/conf/sonar.properties
diff options
context:
space:
mode:
authorJulien Lancelot <julien.lancelot@sonarsource.com>2015-03-17 16:54:54 +0100
committerSimon Brandhof <simon.brandhof@sonarsource.com>2015-09-17 14:54:23 +0200
commit530478f620406f535bd3055f88fab4edaa7da1c5 (patch)
tree3da0d8b7f6edf23bd926dcf6388606e55a1c7a6d /sonar-application/src/main/assembly/conf/sonar.properties
parentf539acd2e2813f514fcb7fee08056f7fd8021bf5 (diff)
downloadsonarqube-530478f620406f535bd3055f88fab4edaa7da1c5.tar.gz
sonarqube-530478f620406f535bd3055f88fab4edaa7da1c5.zip
SONAR-6552 Replace jTDS by Microsoft JDBC driver 4.1
Diffstat (limited to 'sonar-application/src/main/assembly/conf/sonar.properties')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties3
1 files changed, 1 insertions, 2 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index c4ac178e12b..e9626756fff 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -43,9 +43,8 @@
#----- 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
+#sonar.jdbc.url=jdbc:sqlserver://localhost;databaseName=sonar
#----- Connection pool settings