Search found 1 match

by Toxic
22.01.2008, 20:02
Forum: SQLite Administrator
Topic: BUG: 64bit quantities show as 0 in results (on select)
Replies: 1
Views: 1753

I confirm that bug. When I insert large values like Windows timestamp (its much larger than Unix timestamp because measure unit is 100s of nanosecond) program shows me zeros.

I suppose you're using wrong sprintf parameter (like %i instead of %lli).