aboutsummaryrefslogtreecommitdiffstats
path: root/sonar-application
diff options
context:
space:
mode:
authorDavid Gageot <david@gageot.net>2012-07-11 13:48:59 +0200
committerDavid Gageot <david@gageot.net>2012-07-11 17:38:40 +0200
commitcd2d985404cbe202d55f4024c3aa64bf1f186839 (patch)
treead65aafe0370c57e6e277586cee25ba4f082034f /sonar-application
parent713a024a1cc38874b5fb709ede64c13a4f21ec53 (diff)
downloadsonarqube-cd2d985404cbe202d55f4024c3aa64bf1f186839.tar.gz
sonarqube-cd2d985404cbe202d55f4024c3aa64bf1f186839.zip
SONAR-2965 enforce validation query on DataSource
Diffstat (limited to 'sonar-application')
-rw-r--r--sonar-application/src/main/assembly/conf/sonar.properties5
1 files changed, 0 insertions, 5 deletions
diff --git a/sonar-application/src/main/assembly/conf/sonar.properties b/sonar-application/src/main/assembly/conf/sonar.properties
index e48cda0d6d5..acdaba0433c 100644
--- a/sonar-application/src/main/assembly/conf/sonar.properties
+++ b/sonar-application/src/main/assembly/conf/sonar.properties
@@ -45,7 +45,6 @@ sonar.jdbc.password: sonar
# Comment the following line to deactivate the default embedded database.
sonar.jdbc.url: jdbc:h2:tcp://localhost:9092/sonar
#sonar.jdbc.driverClassName: org.h2.Driver
-#sonar.jdbc.validationQuery: values(1)
# directory containing H2 database files. By default it's the /data directory in the sonar installation.
#sonar.embeddedDatabase.dataDir:
@@ -59,7 +58,6 @@ sonar.jdbc.url: jdbc:h2:tcp://localhost:9092/sonar
# Optional properties
#sonar.jdbc.driverClassName: com.mysql.jdbc.Driver
-#sonar.jdbc.validationQuery: select 1
#----- Oracle 10g/11g
@@ -73,7 +71,6 @@ sonar.jdbc.url: jdbc:h2:tcp://localhost:9092/sonar
# Optional properties
#sonar.jdbc.driverClassName: oracle.jdbc.OracleDriver
-#sonar.jdbc.validationQuery: select 1 from dual
# 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
@@ -87,7 +84,6 @@ sonar.jdbc.url: jdbc:h2:tcp://localhost:9092/sonar
# Optional properties
#sonar.jdbc.driverClassName: org.postgresql.Driver
-#sonar.jdbc.validationQuery: select 1
# Uncomment the following property if the PostgreSQL account has permissions to access multiple schemas,
# for example sonar schemas with different versions. In that case, use the same property during project analysis
@@ -101,7 +97,6 @@ sonar.jdbc.url: jdbc:h2:tcp://localhost:9092/sonar
# Optional properties
#sonar.jdbc.driverClassName: net.sourceforge.jtds.jdbc.Driver
-#sonar.jdbc.validationQuery: select 1
#----- Connection pool settings