]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- better check for ambiguous join conditions in sql.Join; propigates to a
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 3 Aug 2006 00:28:57 +0000 (00:28 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 3 Aug 2006 00:28:57 +0000 (00:28 +0000)
commitaaefbb7e04c0b673d052c225e51749549f354f12
tree9ca5ae39ddc83f94567b84384bfc50672f1304f5
parentd6a6d67b8cded2280c216c6d224852f6b8a8d79e
- better check for ambiguous join conditions in sql.Join; propigates to a
better error message in PropertyLoader (i.e. relation()/backref()) for when
the join condition can't be reasonably determined.
- sqlite creates ForeignKeyConstraint objects properly upon table
reflection.
CHANGES
lib/sqlalchemy/databases/sqlite.py
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/sql.py
test/engine/reflection.py