Opened 6 years ago

Closed 6 years ago

Last modified 3 years ago

#29517 closed Cleanup/optimization (fixed)

Add SQLite support for column check constraints on positive integer fields

Reported by: Tim Graham Owned by: Tim Graham
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

SQLite supports check constraints on positive integer fields but it's never been implemented in Django like it has for other databases.

Change History (3)

comment:1 by Tim Graham, 6 years ago

Has patch: set
Summary: Add support for SQLite column check constraintsAdd SQLite support for column check constraints on positive integer fields

comment:2 by Tim Graham <timograham@…>, 6 years ago

Resolution: fixed
Status: assignedclosed

In b9cf764:

Fixed #29517 -- Added support for SQLite column check constraints on positive integer fields.

comment:3 by GitHub <noreply@…>, 3 years ago

In ff225fac:

Refs #29517 -- Removed obsolete PositiveIntegerField test skip.

Note: See TracTickets for help on using tickets.
Back to Top