]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
change the in_ API to accept a sequence or a selectable [ticket:750]
authorAnts Aasma <ants.aasma@gmail.com>
Tue, 16 Oct 2007 22:57:05 +0000 (22:57 +0000)
committerAnts Aasma <ants.aasma@gmail.com>
Tue, 16 Oct 2007 22:57:05 +0000 (22:57 +0000)
commit6bbc7dd157faf5b513852286ba656fa6723cd2d6
tree805fc72fd0053fa4eeedc1b72e9ab55651a177c2
parentcc0e7c796f61e17cb7050de0701905c65ce558eb
change the in_ API to accept a sequence or a selectable [ticket:750]
19 files changed:
CHANGES
doc/build/content/ormtutorial.txt
doc/build/content/tutorial.txt
lib/sqlalchemy/sql/expression.py
test/dialect/mssql.py
test/engine/transaction.py
test/orm/cascade.py
test/orm/dynamic.py
test/orm/eager_relations.py
test/orm/inheritance/poly_linked_list.py
test/orm/inheritance/polymorph2.py
test/orm/mapper.py
test/orm/query.py
test/orm/sharding/shard.py
test/orm/unitofwork.py
test/perf/ormsession.py
test/profiling/zoomark.py
test/sql/query.py
test/sql/select.py