I have values like 1.00 and 2.5950 that I am trying to insert into a SQLite database using Class::DBI.
Unfortunately it seems I get 1 and 2.595 respectively. How can I avoid this ?
CPAN::Forum
Class-DBI - CDBI is eating the 0s at the end of a floating point numbers