View Issue Details

IDProjectCategoryView StatusLast Update
0005517SymmetricDSBugpublic2022-11-30 19:34
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.12.19 
Target Version3.12.20Fixed in Version3.12.20 
Summary0005517: Empty string default values not syncing to target
DescriptionEmpty string default values not syncing to target

Steps To Reproduce1. Create table on source
CREATE TABLE "T1"(
    "ID" VARCHAR(5) NOT NULL,
    "DESCRIPTION" VARCHAR(255) DEFAULT ' ' NULL,
    PRIMARY KEY ("ID")
);
2. Send initial load to target, sending create tables as well
3. The table on the target will not have the default value for the description field.
Tagsddl/schema

Relationships

related to 0004090 closedemiller Firebird ddl/schema problem when creating tables and deferring constraints 

Activities

pmarzullo

2022-10-06 20:03

developer   ~0002204

This has been merged into 3.13 as well and will be a part of 3.13.9.
Also patched:
https://www.jumpmind.com/downloads/symmetricds/patches/3.12/patch-0005517.jar
https://www.jumpmind.com/downloads/symmetricds/patches/3.13/patch-0005517.jar

Related Changesets

SymmetricDS: 3.12 0794de76

2022-10-06 19:47:14

pmarzullo

Details Diff
0005517: Empty string default values not syncing to target Affected Issues
0005517
mod - symmetric-db/src/main/java/org/jumpmind/db/io/DatabaseXmlUtil.java Diff File

SymmetricDS: 3.13 33d60d1b

2022-10-06 19:47:14

pmarzullo

Details Diff
0005517: Empty string default values not syncing to target Affected Issues
0005517
mod - symmetric-db/src/main/java/org/jumpmind/db/io/DatabaseXmlUtil.java Diff File

Issue History

Date Modified Username Field Change
2022-10-06 19:45 pmarzullo New Issue
2022-10-06 19:45 pmarzullo Status new => assigned
2022-10-06 19:45 pmarzullo Assigned To => pmarzullo
2022-10-06 19:46 pmarzullo Relationship added related to 0004090
2022-10-06 19:46 pmarzullo Tag Attached: ddl/schema
2022-10-06 20:00 pmarzullo Changeset attached => SymmetricDS 3.12 0794de76
2022-10-06 20:00 pmarzullo Changeset attached => SymmetricDS 3.13 33d60d1b
2022-10-06 20:03 pmarzullo Status assigned => resolved
2022-10-06 20:03 pmarzullo Resolution open => fixed
2022-10-06 20:03 pmarzullo Fixed in Version => 3.12.20
2022-10-06 20:03 pmarzullo Note Added: 0002204
2022-11-30 19:34 admin Status resolved => closed