Opened 10 years ago

Closed 10 years ago

Last modified 10 years ago

#21745 closed Bug (fixed)

UniqueTest.test_unique_null should honor DatabaseFeatures.ignores_nulls_in_unique_constraints

Reported by: Michael Manfre Owned by: nobody
Component: Testing framework Version: dev
Severity: Normal Keywords:
Cc: Triage Stage: Unreviewed
Has patch: yes Needs documentation: no
Needs tests: no Patch needs improvement: no
Easy pickings: yes UI/UX: no

Description

UniqueTest.test_unique_null should honor DatabaseFeatures.ignores_nulls_in_unique_constraints and skip the test if the backend doesn't support this functionality.

Change History (3)

comment:2 by Michael Manfre <mmanfre@…>, 10 years ago

Resolution: fixed
Status: newclosed

In 8845ab62f553f29561decdbabd6eb0ea96c3c1d6:

Fixed #21745 - Feature check UniqueTest.test_unique_null

comment:3 by Anssi Kääriäinen <akaariai@…>, 10 years ago

In 96911261eac4c958e686013fbf65f1cbe085bc91:

Merge pull request #2150 from manfre/ticket-21745

Fixed #21745 - Feature check UniqueTest.test_unique_null

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