]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Jonas Borgström's fantastic SelectRsults patch that adds dynamic list argument suppor...
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 31 Mar 2006 02:25:59 +0000 (02:25 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 31 Mar 2006 02:25:59 +0000 (02:25 +0000)
commit1a5e65c14f11ea2d88e2a00cea6cbd82f371e385
tree73ccfa9c96954de8c11afe19efb940032166fb6a
parentfc9889280221e2678c5d405e45bec14a6eef5acb
Jonas Borgström's fantastic SelectRsults patch that adds dynamic list argument support to the mapper.select() methd.  associated unit test tweaks and mapper integration.
lib/sqlalchemy/mapping/mapper.py
lib/sqlalchemy/mapping/properties.py
lib/sqlalchemy/mapping/util.py [new file with mode: 0644]
test/alltests.py
test/mapper.py
test/proxy_engine.py
test/testbase.py