View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005961 | SymmetricDS | Bug | public | 2023-08-21 19:34 | 2023-08-21 20:00 |
Reporter | pmarzullo | Assigned To | pmarzullo | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.14.8 | ||||
Target Version | 3.14.9 | Fixed in Version | 3.14.9 | ||
Summary | 0005961: SQL Anywhere long varbit values are inconsistent between change data capture and initial load | ||||
Description | Change 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. | ||||
Tags | dialect: sql anywhere, initial/partial load | ||||
SymmetricDS: 3.14 91c908e2 2023-08-21 19:35:38 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 |
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 |