View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005837 | SymmetricDS | Bug | public | 2023-05-16 18:07 | 2023-06-02 20:08 |
Reporter | emiller | Assigned To | emiller | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.12.0 | ||||
Target Version | 3.12.24 | Fixed in Version | 3.12.24 | ||
Summary | 0005837: Binary primary keys will not delete as part of conflict resolution | ||||
Description | As part of the built in conflict resolution the deleteForeignKeyChildren does not properly encode binary primary keys so that the resolution can take place. The encoding should use the batch encoding rather than HEX encoding all the time. | ||||
Tags | No tags attached. | ||||
related to | 0004978 | closed | josh-a-hicks | Binary primary keys will not delete as part of conflict resolution |
SymmetricDS: 3.12 69946c60 2023-05-16 18:34:17 evan-miller-jumpmind Details Diff |
0005837: Fixed binary PKs not deleting as part of conflict resolution |
Affected Issues 0005837 |
|
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/IDdlReader.java | Diff File | ||
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/bigquery/BigQueryDdlReader.java | Diff File | ||
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/cassandra/CassandraDdlReader.java | Diff File | ||
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/kafka/KafkaDdlReader.java | Diff File | ||
mod - symmetric-db/src/main/java/org/jumpmind/db/platform/sqlite/SqliteDdlReader.java | Diff File | ||
mod - symmetric-io/src/main/java/org/jumpmind/symmetric/io/data/DbFill.java | Diff File | ||
mod - symmetric-io/src/main/java/org/jumpmind/symmetric/io/data/writer/DefaultDatabaseWriterConflictResolver.java | Diff File | ||
mod - symmetric-jdbc/src/main/java/org/jumpmind/db/platform/AbstractJdbcDdlReader.java | Diff File |
Date Modified | Username | Field | Change |
---|---|---|---|
2023-05-16 18:07 | emiller | New Issue | |
2023-05-16 18:07 | emiller | Status | new => assigned |
2023-05-16 18:07 | emiller | Assigned To | => emiller |
2023-05-16 18:07 | emiller | Issue generated from: 0004978 | |
2023-05-16 18:07 | emiller | Relationship added | related to 0004978 |
2023-05-16 19:00 | Changeset attached | => SymmetricDS 3.12 69946c60 | |
2023-06-02 20:08 | emiller | Status | assigned => resolved |
2023-06-02 20:08 | emiller | Resolution | open => fixed |
2023-06-02 20:08 | emiller | Fixed in Version | => 3.12.24 |
2023-06-02 20:08 | emiller | Target Version | => 3.12.24 |
2023-12-16 01:56 | admin | Status | resolved => closed |