Changes between Version 1 and Version 2 of Ticket #26324, comment 4
- Timestamp:
- Mar 5, 2016, 2:21:31 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26324, comment 4
v1 v2 6 6 return value.total_seconds() * 1000000 7 7 }}} 8 9 But according to the doc, it has to be stored as a BigInt in SQLite database. 8 10 9 11 Analyzing 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: