aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorSimon Brandhof <simon.brandhof@gmail.com>2012-10-18 11:09:22 +0200
committerSimon Brandhof <simon.brandhof@gmail.com>2012-10-18 11:09:50 +0200
commite5bcdedab75520e02709cbab6fe3d5502a461e7b (patch)
tree64246552a9852b7240c2641f71520a7033478797
parent8ff41ec3caeb8d3cc1f56fdffa1fe32f6ef1958c (diff)
downloadsonarqube-e5bcdedab75520e02709cbab6fe3d5502a461e7b.tar.gz
sonarqube-e5bcdedab75520e02709cbab6fe3d5502a461e7b.zip
Add comment in sonar.properties to highlight that sonar.jdbc.schema is case-sensitive
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties1
1 files changed, 1 insertions, 0 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index acdaba0433c..c392d500b58 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -75,6 +75,7 @@ sonar.jdbc.url: jdbc:h2:tcp://localhost:9092/sonar
# Uncomment the following property if the Oracle account has permissions to access multiple schemas,
# for example sonar schemas with different versions. In that case, use the same property during project analysis
# (-Dsonar.jdbc.schema=<schema>)
+# The schema is case-sensitive.
#sonar.jdbc.schema: sonar