#7539: Add ON DELETE and ON UPDATE support to Django
---------------------------------------------------+------------------------
          Reporter:  glassfordm                    |         Owner:  nobody  
            Status:  new                           |     Milestone:  post-1.0
         Component:  Database layer (models, ORM)  |       Version:  SVN     
        Resolution:                                |      Keywords:  feature 
             Stage:  Design decision needed        |     Has_patch:  1       
        Needs_docs:  1                             |   Needs_tests:  0       
Needs_better_patch:  0                             |  
---------------------------------------------------+------------------------
Comment (by ikelly):

 Is there a relevant difference between ON DELETE RESTRICT and the default?
 I ask because Oracle supports ON DELETE CASCADE and ON DELETE SET NULL but
 not ON DELETE RESTRICT.  For this reason, I think it would be preferable
 to omit the clause entirely rather than specify ON DELETE RESTRICT.

-- 
Ticket URL: <http://code.djangoproject.com/ticket/7539#comment:4>
Django <http://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 post to this group, send email to django-updates@googlegroups.com
To unsubscribe from this group, send email to 
django-updates+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/django-updates?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to