diff options
author | Matteo Mara <matteo.mara@sonarsource.com> | 2022-08-18 14:49:16 +0200 |
---|---|---|
committer | sonartech <sonartech@sonarsource.com> | 2022-08-19 20:03:32 +0000 |
commit | 9f36e32b2bb150cb6b5ffaaa670aa1111ed4d438 (patch) | |
tree | ff52cd5d938d94b53cd5aadcafed32716a503e14 /sonar-application | |
parent | 3cab05266cad45b0bacab1bdbe1de8fcd1bff2d5 (diff) | |
download | sonarqube-9f36e32b2bb150cb6b5ffaaa670aa1111ed4d438.tar.gz sonarqube-9f36e32b2bb150cb6b5ffaaa670aa1111ed4d438.zip |
Update MSSQL JDBC to 11.2.0
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties index bb48278a717..e862e0632b7 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -40,9 +40,9 @@ # A database named sonar must exist and its collation must be case-sensitive (CS) and accent-sensitive (AS) # Use the following connection string if you want to use integrated security with Microsoft Sql Server # Do not set sonar.jdbc.username or sonar.jdbc.password property if you are using Integrated Security -# For Integrated Security to work, you have to download the Microsoft SQL JDBC Auth 10.2.1 package from -# https://github.com/microsoft/mssql-jdbc/releases/download/v10.2.1/mssql-jdbc_auth.zip -# and 'mssql-jdbc_auth-10.2.1.x64.dll' to your path. +# For Integrated Security to work, you have to download the Microsoft SQL JDBC Auth 11.2.0 package from +# https://github.com/microsoft/mssql-jdbc/releases/download/v11.2.0/mssql-jdbc_auth.zip +# and 'mssql-jdbc_auth-11.2.0.x64.dll' to your path. #sonar.jdbc.url=jdbc:sqlserver://localhost;databaseName=sonar;integratedSecurity=true # Use the following connection string if you want to use SQL Auth while connecting to MS Sql Server. |