Allow MySQL integer fields to map to ECL decimals
Environment
CentOS 7, mysql
Description
Conclusion
None
Attachments
1
Activity
Show:

Richard Chapman June 11, 2020 at 9:09 AM
ECL decimal fields are expected to map to MySQL string fields.
We could probably make a change so that integer fields (on the MySQL change) is accepted.
Fixed
Pinned fields
Click on the next to a field label to start pinning.
Details
Components
Assignee
Richard ChapmanRichard ChapmanReporter
Gurjot KaurGurjot KaurPriority
MinorFix versions
Pull Request URL
Details
Details
Components
Assignee

Reporter

Priority
Fix versions
Pull Request URL
Created June 11, 2020 at 1:31 AM
Updated June 12, 2020 at 1:09 PM
Resolved June 12, 2020 at 1:09 PM
I have a value saved in mysql as -1 and the data type in mysql is small int and when I try to do embed sql it gives a data type miss-match issue as I had DECIMAL_18_2 set for that field.