Fix for bug #24558: Increasing decimal column length causes data loss
Altering to a decimal field we get double value then store it that may cause data loss. Fix: use store_decimal() instead.
Showing
Please register or sign in to comment