Changes between Initial Version and Version 1 of Ticket #26324, comment 4
- Timestamp:
- Mar 5, 2016, 2:20:07 PM (9 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #26324, comment 4
initial v1 7 7 }}} 8 8 9 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 computation:9 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: 10 10 11 11 {{{