View Issue Details

IDProjectCategoryView StatusLast Update
0006082SymmetricDSImprovementpublic2023-11-01 20:00
Reporteremiller Assigned Toemiller  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.14.0 
Target Version3.14.11Fixed in Version3.14.11 
Summary0006082: SQLite nodes do not insert into sym_context correctly when disabling sync triggers
DescriptionSQLite 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.
Tagsdialect: sqlite

Relationships

related to 0006083 closedemiller SQLite nodes do not insert into sym_context correctly when disabling sync triggers 

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.14 fcedd317

2023-11-01 19:22:53

evan-miller-jumpmind

Details Diff
0006082: Improved how SQLite nodes insert into sym_context when disabling sync triggers Affected Issues
0006082
mod - symmetric-core/src/main/java/org/jumpmind/symmetric/db/sqlite/SqliteSymmetricDialect.java Diff File

Issue History

Date Modified Username Field Change
2023-11-01 19:15 emiller New Issue
2023-11-01 19:15 emiller Status new => assigned
2023-11-01 19:15 emiller Assigned To => emiller
2023-11-01 19:15 emiller Tag Attached: dialect: sqlite
2023-11-01 19:16 emiller Issue cloned: 0006083
2023-11-01 19:16 emiller Relationship added related to 0006083
2023-11-01 19:23 emiller Status assigned => resolved
2023-11-01 19:23 emiller Resolution open => fixed
2023-11-01 19:23 emiller Fixed in Version => 3.14.11
2023-11-01 20:00 Changeset attached => SymmetricDS 3.14 fcedd317
2023-12-16 01:56 admin Status resolved => closed