I insert a value 18446744072708321492 as a integer into the table.
In C code,sqlite3_column_type tells me is a type of 2, which is float point 
value.
And I usesqlite3_column_double to get it. It returns18446744072708321280, which 
is already lost theaccuracy.


Is SQLite not support Uint64 value, which bigger than the max of Int64?

Reply via email to