View Issue Details
ID | Project | Category | View Status | Date Submitted | Last Update |
---|---|---|---|---|---|
0005343 | SymmetricDS | Bug | public | 2022-06-23 15:16 | 2022-07-12 20:01 |
Reporter | emiller | Assigned To | emiller | ||
Priority | normal | ||||
Status | closed | Resolution | fixed | ||
Product Version | 3.13.0 | ||||
Target Version | 3.13.6 | Fixed in Version | 3.13.6 | ||
Summary | 0005343: Mathematical transform turns an integer into a decimal when the result has 8 or more digits | ||||
Description | When 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". | ||||
Tags | No tags attached. | ||||
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 |
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 |