Skip to content

Commit

Permalink
0002812: Provide a means to override the default semicolon delimiter for
Browse files Browse the repository at this point in the history
SQL event batches
  • Loading branch information
Mark Hanes committed Sep 20, 2016
1 parent d71d31d commit 25db2b4
Showing 1 changed file with 10 additions and 1 deletion.
11 changes: 10 additions & 1 deletion symmetric-core/src/main/resources/symmetric-default.properties
Expand Up @@ -562,14 +562,23 @@ initial.load.extract.timeout.ms=7200000
initial.load.concat.csv.in.sql.enabled=false

# This is SQL that will run on the client before an initial load starts.
# The default delimiter for these lines is a semicolon. To override, include
# a single line that starts with delimiter and is followed by the new delimiter, then the old
# For example a line that reads:
# delimiter $;
# would change subsequence lines to have a delimiter of $
#
# DatabaseOverridable: true
# Tags: load
# Type: sql
initial.load.before.sql=

# This is SQL that will run on the client after an initial load finishes.
#
# The default delimiter for these lines is a semicolon. To override, include
# a single line that starts with delimiter and is followed by the new delimiter, then the old
# For example a line that reads:
# delimiter $;
# would change subsequence lines to have a delimiter of $
# DatabaseOverridable: true
# Tags: load
# Type: sql
Expand Down

0 comments on commit 25db2b4

Please sign in to comment.