]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
removed historyarray test
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 16 Jun 2006 19:02:10 +0000 (19:02 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 16 Jun 2006 19:02:10 +0000 (19:02 +0000)
commitbcc4f63a0790cd95a32dd334230656867e9a6b9e
tree1eb5c095ee7ca267d679eca24cd2758745d46575
parent091d40344ebeedd4633841146449ac772e33b631
removed historyarray test
ForeignKey is more intelligent about locating the parent table it represents, in the case that
its attached to a CompoundSelect column which has multiple "originals", some of which might not be schema.Columns
CHANGES
lib/sqlalchemy/schema.py
test/base/alltests.py
test/base/historyarray.py [deleted file]