I have a database file in Sqlite which has a REAL type field.When I browse the database in a terminal I have a value 581927884.0, but when I retrieve it to a table!"Size" variable it prints out as 5.819279E+8 which makes troubles for me. Can I have the original number format?