[sqlalchemy] Re: Autoload and Foreign Keys

2007-04-05 Thread Michael Bayer
explicitly specify the columns: entity = Table('entity', meta, Column('somecol', ForeginKey('user.id')) autoload=True ) On Apr 5, 2007, at 10:46 AM, mike nelson wrote: Could someone explain how I could do the following: #None of these tables have foreign keys defined in the

[sqlalchemy] Re: autoload, composite foreign keys

2006-12-01 Thread Michael Bayer
its a bug. ticket 382 added, use explicit Tables for now. --~--~-~--~~~---~--~~ 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