#22653: Need to add database features  flag in some of the test cases
-------------------------------------+-------------------------------------
     Reporter:  rahul.priyadarshi@…  |                    Owner:  nobody
         Type:  Uncategorized        |                   Status:  new
    Component:  Testing framework    |                  Version:
     Severity:  Normal               |  1.7-beta-2
     Keywords:                       |               Resolution:
    Has patch:  1                    |             Triage Stage:  Accepted
  Needs tests:  0                    |      Needs documentation:  0
Easy pickings:  0                    |  Patch needs improvement:  0
                                     |                    UI/UX:  0
-------------------------------------+-------------------------------------

Comment (by rahul.priyadarshi@…):

 MySQL + SQLite can defer the constraint checking  and can support forward
 reference until the end of the transaction. These test cases doing all the
 operation within a transaction only that's why these test case passes with
 MySQL+SQLite.

 But it is not in case of dtatabse like DB2, which strictly follow
 constraint checking and can't defer it within a transaction also.

-- 
Ticket URL: <https://code.djangoproject.com/ticket/22653#comment:5>
Django <https://code.djangoproject.com/>
The Web framework for perfectionists with deadlines.

-- 
You received this message because you are subscribed to the Google Groups 
"Django updates" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
To view this discussion on the web visit 
https://groups.google.com/d/msgid/django-updates/086.5e53f315ca0a4b49217c63efe0ecce75%40djangoproject.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to