View Issue Details

IDProjectCategoryView StatusLast Update
0005343SymmetricDSBugpublic2022-07-12 20:01
Reporteremiller Assigned Toemiller  
Prioritynormal 
Status closedResolutionfixed 
Product Version3.13.0 
Target Version3.13.6Fixed in Version3.13.6 
Summary0005343: Mathematical transform turns an integer into a decimal when the result has 8 or more digits
DescriptionWhen the result of a mathematical transform has 8 or more digits, the result always has a decimal point after the first digit, which is usually incorrect and can cause an error if the value is supposed to be an integer. For example, when the correct result is "12345678", the actual result is "1.2345678".
TagsNo tags attached.

Activities

There are no notes attached to this issue.

Related Changesets

SymmetricDS: 3.13 c4c206fe

2022-06-23 15:24:37

evan-miller-jumpmind

Details Diff
0005343: Fixed mathematical transform returning a decimal when the result should be an integer Affected Issues
0005343
mod - symmetric-io/src/main/java/org/jumpmind/symmetric/io/data/transform/MathColumnTransform.java Diff File

Issue History

Date Modified Username Field Change
2022-06-23 15:16 emiller New Issue
2022-06-23 15:16 emiller Status new => assigned
2022-06-23 15:16 emiller Assigned To => emiller
2022-06-23 15:24 emiller Status assigned => resolved
2022-06-23 15:24 emiller Resolution open => fixed
2022-06-23 15:24 emiller Fixed in Version => 3.13.6
2022-06-23 16:00 Changeset attached => SymmetricDS 3.13 c4c206fe
2022-07-12 20:01 admin Status resolved => closed