From 7b03660f3caface429ac2b6b8ed4c926334b5485 Mon Sep 17 00:00:00 2001 From: evan-miller-jumpmind <70151986+evan-miller-jumpmind@users.noreply.github.com> Date: Thu, 11 May 2023 13:19:29 -0400 Subject: [PATCH] 0005779: Improved documentation on db.init.sql and target.db.init.sql properties --- .../src/main/resources/symmetric-default.properties | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/symmetric-core/src/main/resources/symmetric-default.properties b/symmetric-core/src/main/resources/symmetric-default.properties index 74f35a150b..ad6ce9284b 100644 --- a/symmetric-core/src/main/resources/symmetric-default.properties +++ b/symmetric-core/src/main/resources/symmetric-default.properties @@ -130,7 +130,8 @@ db.validation.query= # Tags: database db.connection.properties= -# Specify a SQL statement that will be run when a database connection is created +# Specify one or more SQL statements that will be run when a database connection is created. +# Multiple SQL statements must be separated by semicolons. # # Tags: database db.init.sql= @@ -228,7 +229,8 @@ target.db.test.while.idle= # Tags: database target.db.connection.properties= -# Specify a SQL statement that will be run when a target database connection is created +# Specify one or more SQL statements that will be run when a target database connection is created. +# Multiple SQL statements must be separated by semicolons. # # Tags: database target.db.init.sql=