[Sqlalchemy-tickets] Issue #3070: ForeignKey schema detection from MetaData problem (zzzeek/sqlalch
Brought to you by:
zzzeek
|
From: Iurie G. <iss...@bi...> - 2014-06-04 09:31:42
|
New issue 3070: ForeignKey schema detection from MetaData problem https://bitbucket.org/zzzeek/sqlalchemy/issue/3070/foreignkey-schema-detection-from-metadata Iurie Gheorghies: """Python 2.7.5+ SQLAlchemy 9.4""" A regression fix was made: https://github.com/zzzeek/sqlalchemy/pull/67 but the script fails with exception The script attached output: sqlalchemy.exc.NoReferencedTableError: Foreign key associated with column 'user.account_id' could not find table 'account' with which to generate a foreign key to target column 'id' |