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


Ignore:
Timestamp:
Mar 5, 2016, 2:20:07 PM (8 years ago)
Author:
Neraste

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #26324, comment 4

    initial v1  
    77}}}
    88
    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:
     9Analyzing 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:
    1010
    1111{{{
Back to Top