Changes between Initial Version and Version 1 of Ticket #32672


Ignore:
Timestamp:
Apr 21, 2021, 6:58:01 AM (3 years ago)
Author:
jgr88
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #32672

    • Property Easy pickings set
  • Ticket #32672 – Description

    initial v1  
    66Reproduce these issues by creating a SQLite3 Database:
    77CREATE TABLE "test" ( `pId` INTEGER NOT NULL, `doubleField` DOUBLE NOT NULL, `uInt` UNSIGNED INTEGER NOT NULL, PRIMARY KEY(`pId`) )
     8
     9I added a pullrequest:
     10https://github.com/django/django/pull/14293
Back to Top