]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Reflecting a FOREIGN KEY construct will take into account
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 May 2009 22:00:33 +0000 (22:00 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 17 May 2009 22:00:33 +0000 (22:00 +0000)
commitab0434d6488772b927c3937737784e92b660e118
treee87539645be7bb3d6a3ce145ed87c9acb7fc08f9
parent9cafc854796e5a095697d577b61dac704b078704
- Reflecting a FOREIGN KEY construct will take into account
a dotted schema.tablename combination, if the foreign key
references a table in a remote schema. [ticket:1405]
CHANGES
lib/sqlalchemy/databases/mysql.py