View Issue Details

IDProjectCategoryView StatusLast Update
0006083SymmetricDSImprovementpublic2023-11-01 20:00
Reporteremiller Assigned Toemiller  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.15.0 
Target Version3.15.1Fixed in Version3.15.1 
Summary0006083: 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 0006082 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.15 437fa448

2023-11-01 19:25:45

evan-miller-jumpmind

Details Diff
0006083: Improved how SQLite nodes insert into sym_context when disabling sync triggers Affected Issues
0006083
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: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