Opened 4 years ago

Closed 4 years ago

Last modified 4 years ago

#32453 closed Bug (fixed)

Introspection doesn't return column order for unique constraints on SQLite.

Reported by: Mariusz Felisiak Owned by: Hannes Ljungberg
Component: Database layer (models, ORM) Version: 3.1
Severity: Normal Keywords: SQLite introspection
Cc: Triage Stage: Accepted
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: no UI/UX: no

Description

Introspection doesn't return column order for unique constraints on SQLite.

Change History (3)

comment:1 by Mariusz Felisiak, 4 years ago

Has patch: set

comment:2 by Mariusz Felisiak <felisiak.mariusz@…>, 4 years ago

Resolution: fixed
Status: assignedclosed

In 4d99375b:

Fixed #32453 -- Added introspection of unique constraint field ordering on SQLite.

Co-authored-by: Mariusz Felisiak <felisiak.mariusz@…>

comment:3 by Mariusz Felisiak <felisiak.mariusz@…>, 4 years ago

In 69a585e:

[3.2.x] Fixed #32453 -- Added introspection of unique constraint field ordering on SQLite.

Co-authored-by: Mariusz Felisiak <felisiak.mariusz@…>

Backport of 4d99375b46ad03fa4b4795319973046f438328c8 from master

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