[MDEV-12520] ConnectSE truncating data on DECIMAL column Created: 2017-04-18 Updated: 2020-08-25 Resolved: 2017-05-09 |
|
| Status: | Closed |
| Project: | MariaDB Server |
| Component/s: | Storage Engine - Connect |
| Affects Version/s: | 10.1.19 |
| Fix Version/s: | 10.1.25, 10.0.31, 10.2.7 |
| Type: | Bug | Priority: | Major |
| Reporter: | Will Fong | Assignee: | Olivier Bertrand |
| Resolution: | Fixed | Votes: | 1 |
| Labels: | connect-engine | ||
| Issue Links: |
|
||||||||
| Description |
|
The Connect engine is doing some strange things for a DECIMAL column. It starts off normal:
Until we add one more number (10x):
We can do this three more times:
And the fifth one somehow changes the decimal value:
|
| Comments |
| Comment by Will Fong [ 2017-05-01 ] |
|
Hi bertrandop, Will we be able to get this into 10.2 line? Thanks! |
| Comment by Alvin Richards (Inactive) [ 2017-05-01 ] |
|
bertrandop I'm trying to track down the git commit for this change, can't find it via 'git log'. |
| Comment by Olivier Bertrand [ 2017-05-01 ] |
|
I pushed the fix quite recently. It will appear only when new versions will be issued providing the fixed CONNECT is correctly included in them |
| Comment by Alvin Richards (Inactive) [ 2017-05-01 ] |
|
These are the last two commits on 10.1, not clear if either of these fixes this issue. I search for
|
| Comment by Olivier Bertrand [ 2017-05-09 ] |
|
No these are not the fix I have done. Unfortunately, the 10.1 version released last week seem to have forgotten the recent changes to CONNECT. |
| Comment by Valerii Kravchuk [ 2017-06-16 ] |
|
What about the 10.2? I do not see 10.2.x in the fixed versions. may I assume we get this fix in 10.2.7 after some merge (from 10.1.25)? |
| Comment by Olivier Bertrand [ 2017-06-16 ] |
|
I hope so. The fix was done end of april. Did you check it is not included in version 10.2.6? |