Class-DBI - CDBI is eating the 0s at the end of a floating point numbers

Posted on Sat Mar 26 20:56:49 2005 by szabgab
CDBI is eating the 0s at the end of a floating point numbers

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 ?

Write a response