diff options
author | Julien Lancelot <julien.lancelot@sonarsource.com> | 2015-03-17 16:54:54 +0100 |
---|---|---|
committer | Simon Brandhof <simon.brandhof@sonarsource.com> | 2015-09-17 14:54:23 +0200 |
commit | 530478f620406f535bd3055f88fab4edaa7da1c5 (patch) | |
tree | 3da0d8b7f6edf23bd926dcf6388606e55a1c7a6d /sonar-application/src/main/assembly/conf/sonar.properties | |
parent | f539acd2e2813f514fcb7fee08056f7fd8021bf5 (diff) | |
download | sonarqube-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.properties | 3 |
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 |