]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
a generating testcase that tests a three-level inheritance chain (A->B->C) and all...
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Feb 2007 03:35:32 +0000 (03:35 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 28 Feb 2007 03:35:32 +0000 (03:35 +0000)
commit7970f8193ed48501975d6265c5f82b5f75770949
tree91b260bd4ec39ace4600ae45a2b75dc55dc7f469
parente878ec167ec07c7a20db6512160867d45177f7ff
a generating testcase that tests a three-level inheritance chain (A->B->C) and all one-to-many and many-to-one relationships between
all distinct A,B,C.  still needs support for foreign key to parent table not the same col as the pk col
test/orm/abc_inheritance.py [new file with mode: 0644]
test/orm/alltests.py