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 bce9fb3 commit 7fa569b
Showing 1 changed file with 2 additions and 2 deletions.
Expand Up @@ -566,7 +566,7 @@ initial.load.concat.csv.in.sql.enabled=false
# 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 $
# would change sql lines to have a delimiter of $ for subsequent lines
#
# DatabaseOverridable: true
# Tags: load
Expand All @@ -578,7 +578,7 @@ initial.load.before.sql=
# 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 $
# would change sql lines to have a delimiter of $ for subsequent lines
# DatabaseOverridable: true
# Tags: load
# Type: sql
Expand Down

0 comments on commit 7fa569b

Please sign in to comment.