https://bugs.koha-community.org/bugzilla3/show_bug.cgi?id=27630 Lari Taskula <lari.taskula@hypernova.fi> changed: What |Removed |Added ---------------------------------------------------------------------------- Status|Needs Signoff |Failed QA --- Comment #3 from Lari Taskula <lari.taskula@hypernova.fi> --- There's something I'm missing. When column type is "decimal", DBIx returns the trailing decimal zeroes, but when it's "float", it returns only the numbers until the significant precision. So if column size for decimals is 4, and the number being 1.0100, I get the following results from DBIx: decimal: 1.0100 float: 1.01 -- You are receiving this mail because: You are watching all bug changes.