2 messages in com.googlegroups.sqlalchemy[sqlalchemy] Re: what is the use_alte...
FromSent OnAttachments
Eric Ongerth27 May 2007 13:20 
Sanjay27 May 2007 23:16 
Subject:[sqlalchemy] Re: what is the use_alter kwarg for ForeignKeyConstraint?
From:Sanjay (skpa@gmail.com)
Date:05/27/2007 11:16:29 PM
List:com.googlegroups.sqlalchemy

I'm curious about the use_alter keyword argument for ForeignKeyConstraint. It's there in the docs but with no explanation, and I've been tracking it through the sources but (forgive me) not quite figuring out exactly what it's doing.

It generates an ALTER statement for defining the foreign key. Needed when you have circular foreign keys.