View Issue Details

IDProjectCategoryView StatusLast Update
0002812SymmetricDSImprovementpublic2016-09-30 01:01
ReportermhanesAssigned Tomhanes 
Prioritynormal 
Status closedResolutionfixed 
Product Version3.8.5 
Target Version3.8.5Fixed in Version3.8.5 
Summary0002812: Provide a means to override the default semicolon delimiter for SQL event batches
Descriptionsql scripts (e.g., initial.load.before.sql) can now have hint lines to change the delimeter. The line should be the word "delimiter" followed by the new delimiter, and ended with the old delimiter. For example:

delimiter $;
insert into item values ('42','42')$
insert into item values ('43','43')$

TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.8 0e2edb3c

2016-09-20 12:37:31

mhanes

Details Diff
0002812: Provide a means to override the default semicolon delimiter for
SQL event batches
Affected Issues
0002812
mod - symmetric-io/src/main/java/org/jumpmind/symmetric/io/data/writer/DefaultDatabaseWriter.java Diff File

SymmetricDS: 3.8 25db2b49

2016-09-20 12:42:54

mhanes

Details Diff
0002812: Provide a means to override the default semicolon delimiter for
SQL event batches
Affected Issues
0002812
mod - symmetric-core/src/main/resources/symmetric-default.properties Diff File

SymmetricDS: 3.8 7fa569ba

2016-09-20 12:56:52

mhanes

Details Diff
0002812: Provide a means to override the default semicolon delimiter for
SQL event batches
Affected Issues
0002812
mod - symmetric-core/src/main/resources/symmetric-default.properties Diff File

Issue History

Date Modified Username Field Change
2016-09-20 16:36 mhanes New Issue
2016-09-20 16:36 mhanes Status new => assigned
2016-09-20 16:36 mhanes Assigned To => mhanes
2016-09-20 16:52 mhanes Status assigned => resolved
2016-09-20 16:52 mhanes Resolution open => fixed
2016-09-20 17:00 mhanes Changeset attached => SymmetricDS 3.8 7fa569ba
2016-09-20 17:00 mhanes Changeset attached => SymmetricDS 3.8 25db2b49
2016-09-20 17:00 mhanes Changeset attached => SymmetricDS 3.8 0e2edb3c
2016-09-30 00:58 admin Fixed in Version => 3.8.5
2016-09-30 01:01 admin Status resolved => closed