Opened 16 years ago

Closed 16 years ago

Last modified 8 years ago

#5698 closed Uncategorized (invalid)

sqlite backend missing foreign keys

Reported by: davisp Owned by: nobody
Component: Database layer (models, ORM) Version: dev
Severity: Normal Keywords: sqlite foreign key
Cc: Triage Stage: Unreviewed
Has patch: no Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

The sqlite backend is missing some foreign key constraints. Specifically, auth_permissin.content_type_id never gets marked as a foreign key.

Change History (3)

comment:1 Changed 16 years ago by Malcolm Tredinnick

Resolution: invalid
Status: newclosed

SQLite does not support foreign keys at all.

comment:2 in reply to:  1 Changed 8 years ago by potpath

Easy pickings: unset
Severity: Normal
Type: Uncategorized
UI/UX: unset

comment:3 Changed 8 years ago by Tim Graham

#14204 is the ticket for adding support for foreign key constraints on SQLite.

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