]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Fix the unpacking of the refered table name under Firebird
authorLele Gaifax <lele@metapensiero.it>
Wed, 19 Dec 2007 08:03:57 +0000 (08:03 +0000)
committerLele Gaifax <lele@metapensiero.it>
Wed, 19 Dec 2007 08:03:57 +0000 (08:03 +0000)
commite7f30cba786beeb788913b4be88c6c46d73c910d
treea7691b966e0d32814d2c59dcdaed3aa5513fcf5f
parentba0267a955d40efb09de06ce226fbab63994aa78
Fix the unpacking of the refered table name under Firebird
This fixes a little glitch introduced in [3959], in case of "implicit FKs"
(that is, {{{ForeignKey("orders")}}}, where the field(s) is missing).
test/testlib/schema.py