Changes between Initial Version and Version 1 of Ticket #32672
- Timestamp:
- Apr 21, 2021, 6:58:01 AM (4 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #32672
- Property Easy pickings set
-
Ticket #32672 – Description
initial v1 6 6 Reproduce these issues by creating a SQLite3 Database: 7 7 CREATE TABLE "test" ( `pId` INTEGER NOT NULL, `doubleField` DOUBLE NOT NULL, `uInt` UNSIGNED INTEGER NOT NULL, PRIMARY KEY(`pId`) ) 8 9 I added a pullrequest: 10 https://github.com/django/django/pull/14293