View Issue Details

IDProjectCategoryView StatusLast Update
0004947SymmetricDSBugpublic2021-04-28 19:10
Reporterelong Assigned Toelong  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.9.0 
Target Version3.12.9Fixed in Version3.12.9 
Summary0004947: Sybase ASE null byte with data type of TIME
DescriptionOn Sybase ASE database, a column of type of TIME results in a null byte in the capture log. The column template uses convert(x, 102) like it would for a datetime column to get the YYYY-MM-DD part of the date, but for a time column it gets a null byte. Normally, a null value concatenated with a string would result in null, but this is actually a null byte embedded in a string. It's hard to see the null byte, but if you try to copy-paste the value from the capture log into a text file, it will only copy the string before the null byte.
Tagsdialect: sybase

Activities

pmarzullo

2021-04-28 11:44

developer   ~0001928

I pulled this change back into 3.9 as well.

Related Changesets

SymmetricDS: 3.12 e575de60

2021-04-13 12:18:08

admin

Details Diff
0004947: Sybase ASE null byte with data type of TIME Affected Issues
0004947
mod - symmetric-client/src/main/java/org/jumpmind/symmetric/db/ase/AseTriggerTemplate.java Diff File

SymmetricDS: 3.9 ab5883d5

2021-04-28 13:20:51

pmarzullo

Details Diff
0004947: Sybase ASE null byte with data type of TIME Affected Issues
0004947
mod - symmetric-client/src/main/java/org/jumpmind/symmetric/db/ase/AseTriggerTemplate.java Diff File

Issue History

Date Modified Username Field Change
2021-04-12 22:48 elong New Issue
2021-04-12 22:48 elong Status new => assigned
2021-04-12 22:48 elong Assigned To => elong
2021-04-12 22:48 elong Tag Attached: dialect: sybase
2021-04-13 12:18 elong Status assigned => resolved
2021-04-13 12:18 elong Resolution open => fixed
2021-04-13 12:18 elong Fixed in Version => 3.12.9
2021-04-13 13:00 admin Changeset attached => SymmetricDS 3.12 e575de60
2021-04-28 11:44 pmarzullo Note Added: 0001928
2021-04-28 14:00 pmarzullo Changeset attached => SymmetricDS 3.9 ab5883d5
2021-04-28 19:10 admin Status resolved => closed