Changes between Initial Version and Version 4 of Ticket #25767


Ignore:
Timestamp:
Nov 17, 2015, 12:49:47 AM (8 years ago)
Author:
George Marshall
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #25767

    • Property Owner changed from nobody to George Marshall
    • Property Status newassigned
    • Property Triage Stage UnreviewedAccepted
    • Property Cc Simon Charette added
  • Ticket #25767 – Description

    initial v4  
    11The integer ranges for `PositiveSmallIntegerField` and `PositiveIntegerField` are reflective of `UNSIGNED INT` and `UNSIGNED BIGINT`. When the ORM actually uses `UNSIGNED SMALLINT` and `UNSIGNED INT` when creating these fields.
    22
    3 The side effect of this is that data will pass validation checks, but fail to commit to the database.
     3The side effect of this is that data will pass validation checks, but will be munged by the database.
Back to Top