View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005517 | SymmetricDS | Bug | public | 2022-10-06 19:45 | 2022-11-30 19:34 |
Reporter | pmarzullo | Assigned To | pmarzullo | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.12.19 | ||||
Target Version | 3.12.20 | Fixed in Version | 3.12.20 | ||
Summary | 0005517: Empty string default values not syncing to target | ||||
Description | Empty string default values not syncing to target | ||||
Steps To Reproduce | 1. 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. | ||||
Tags | ddl/schema | ||||
|
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 |
SymmetricDS: 3.12 0794de76 2022-10-06 19:47:14 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 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 |
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 |