Changes between Version 1 and Version 2 of Ticket #26324, comment 4


Ignore:
Timestamp:
Mar 5, 2016, 2:21:31 PM (9 years ago)
Author:
Neraste

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26324, comment 4

    v1 v2  
    66return value.total_seconds() * 1000000
    77}}}
     8
     9But according to the doc, it has to be stored as a BigInt in SQLite database.
    810
    911Analyzing Django debug logs shows the SQLite driver always receive float values. Some are harmless (eg: 119019000.0), others are harmfull (eg: 133592000.00000001). The last ones come from the funny side effects of floating point computation:
Back to Top