Changes between Version 1 and Version 2 of Ticket #30062
- Timestamp:
- Dec 27, 2018, 10:09:58 AM (6 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #30062
- Property Has patch unset
-
Ticket #30062 – Description
v1 v2 1 According [https://code.djangoproject.com/ticket/29641] and [https://code.djangoproject.com/ticket/29547]add support of conditional unique constraint.1 According #29641 and #29547, add support of conditional unique constraint. 2 2 3 3 Postgresql and sqlite support it as unique index: `CREATE UNIQUE INDEX ... WHERE condition`, for unsupported databases this constraint will not be applied at all.