On 2/16/07, jose <[EMAIL PROTECTED]> wrote:
>
> Jonathan Ellis wrote:

> >Guess it would surprise you to learn about the SQL 92 "ON DELETE SET
> >NULL" functionality too. :)
> >
> >
> Seems to me the SQL92 'ON DELETE SET NULL' is an explicit functionality,
> instead in our case, SA does this functionality in implicit way. :-(
> I hope there's a sort of configuration to disable this functionality.

Sure, set a NOT NULL constraint on the column you don't want to be
null.  Which you should really be doing anyway. :)

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"sqlalchemy" group.
To post to this group, send email to sqlalchemy@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/sqlalchemy?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to