View Issue Details

IDProjectCategoryView StatusLast Update
0005961SymmetricDSBugpublic2023-08-21 20:00
Reporterpmarzullo Assigned Topmarzullo  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.14.8 
Target Version3.14.9Fixed in Version3.14.9 
Summary0005961: SQL Anywhere long varbit values are inconsistent between change data capture and initial load
DescriptionChange data capture captures long varbit (and varbit) as binary values and sends the values as base64 encoded binary values to the target.
The initial load queries the values out of the database and interprets them as varchar values, sending ascii encoded strings to the target.
These two methods of data delivery should be made consistent.

The initial load will be changed to use the column template for the long varbit and varbit for SQL Anywhere.
Tagsdialect: sql anywhere, initial/partial load

Activities

Related Changesets

SymmetricDS: 3.14 91c908e2

2023-08-21 19:35:38

pmarzullo

Details Diff
0005961: SQL Anywhere long varbit values are inconsistent between change
data capture and initial load
Affected Issues
0005961
mod - symmetric-client/src/main/java/org/jumpmind/symmetric/db/sqlanywhere/SqlAnywhereTriggerTemplate.java Diff File

Issue History

Date Modified Username Field Change
2023-08-21 19:34 pmarzullo New Issue
2023-08-21 19:34 pmarzullo Status new => assigned
2023-08-21 19:34 pmarzullo Assigned To => pmarzullo
2023-08-21 19:34 pmarzullo Tag Attached: dialect: sql anywhere
2023-08-21 19:34 pmarzullo Tag Attached: initial/partial load
2023-08-21 19:40 pmarzullo Status assigned => resolved
2023-08-21 19:40 pmarzullo Resolution open => fixed
2023-08-21 19:40 pmarzullo Fixed in Version => 3.14.9
2023-08-21 19:40 pmarzullo Note Added: 0002373
2023-08-21 20:00 pmarzullo Changeset attached => SymmetricDS 3.14 91c908e2
2023-08-25 20:13 admin Status resolved => closed