diff options
author | Simon Brandhof <simon.brandhof@sonarsource.com> | 2019-01-17 21:54:48 +0100 |
---|---|---|
committer | SonarTech <sonartech@sonarsource.com> | 2019-02-19 20:20:55 +0100 |
commit | ba6cfefedbefb620304471980ce1932b5a80f0df (patch) | |
tree | f2c285ddae48134ee8bc03ccc870eec8dda0b28e /sonar-application | |
parent | bd12d0fa7b9ba4a9cb23313b375d94df55c7b0d9 (diff) | |
download | sonarqube-ba6cfefedbefb620304471980ce1932b5a80f0df.tar.gz sonarqube-ba6cfefedbefb620304471980ce1932b5a80f0df.zip |
SONAR-11617 Support SQLServer 2017
[skip ci]
Diffstat (limited to 'sonar-application')
-rw-r--r-- | sonar-application/src/main/assembly/conf/sonar.properties | 2 |
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 92eea9c6d1f..984274da44e 100644 --- a/sonar-application/src/main/assembly/conf/sonar.properties +++ b/sonar-application/src/main/assembly/conf/sonar.properties @@ -41,7 +41,7 @@ #sonar.jdbc.url=jdbc:postgresql://localhost/sonarqube?currentSchema=my_schema -#----- Microsoft SQLServer 2014/2016 and SQL Azure +#----- Microsoft SQLServer 2014/2016/2017 and SQL Azure # 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 |