]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- more query tests
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Dec 2007 04:31:17 +0000 (04:31 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 10 Dec 2007 04:31:17 +0000 (04:31 +0000)
commit41df778985ce5b99935ff4b1ffa0c7249a03a83a
tree7454bada25153ba8091ee6df0a08b1307dbd609b
parent5cdb942791b9aeb63d02680c712d1afc104606b0
- more query tests
- trying to refine some of the adaptation stuff
- query.from_statement() wont allow further generative criterion
- added a warning to columncollection when selectable is formed with
conflicting columns (only in the col export phase)
- some method rearrangement on schema/columncollection....
- property conflicting relation warning doesnt raise for concrete
CHANGES
lib/sqlalchemy/orm/properties.py
lib/sqlalchemy/orm/query.py
lib/sqlalchemy/schema.py
lib/sqlalchemy/sql/expression.py
test/orm/mapper.py
test/orm/query.py
test/sql/selectable.py