#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 , 7 years ago
| Has patch: | set |
|---|---|
| Summary: | Add support for SQLite column check constraints → Add SQLite support for column check constraints on positive integer fields |
Note:
See TracTickets
for help on using tickets.
PR