View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0006083 | SymmetricDS | Improvement | public | 2023-11-01 19:16 | 2023-11-01 20:00 |
Reporter | emiller | Assigned To | emiller | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.15.0 | ||||
Target Version | 3.15.1 | Fixed in Version | 3.15.1 | ||
Summary | 0006083: SQLite nodes do not insert into sym_context correctly when disabling sync triggers | ||||
Description | SQLite nodes control whether or not the sync triggers are enabled by inserting and deleting variables from sym_context. Currently, when disabling sync triggers, SQLite nodes call ContextService.insert(), which just runs an insert statement. They should call ContextService.save() instead because it attempts an update first and handles the case when the transaction is null. | ||||
Tags | dialect: sqlite | ||||
Date Modified | Username | Field | Change |
---|---|---|---|
2023-11-01 19:16 | emiller | New Issue | |
2023-11-01 19:16 | emiller | Status | new => assigned |
2023-11-01 19:16 | emiller | Assigned To | => emiller |
2023-11-01 19:16 | emiller | Tag Attached: dialect: sqlite | |
2023-11-01 19:16 | emiller | Issue generated from: 0006082 | |
2023-11-01 19:16 | emiller | Relationship added | related to 0006082 |
2023-11-01 19:26 | emiller | Status | assigned => resolved |
2023-11-01 19:26 | emiller | Resolution | open => fixed |
2023-11-01 19:26 | emiller | Fixed in Version | => 3.15.1 |
2023-11-01 20:00 | Changeset attached | => SymmetricDS 3.15 437fa448 | |
2023-11-14 21:10 | admin | Status | resolved => closed |