]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The mapper argument "primary_key" can be passed as a
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Nov 2010 17:33:25 +0000 (12:33 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 18 Nov 2010 17:33:25 +0000 (12:33 -0500)
commit0825795364af2973dd9b7ce5f40988dccb16a9b8
tree012846d7bfa7ec9ef7c91971a22e84d31fdbe9cb
parent37644a64ec6f6e466e93cdefbda332e13d7f77c4
- The mapper argument "primary_key" can be passed as a
single column as well as a list or tuple.  [ticket:1971]
CHANGES
lib/sqlalchemy/orm/mapper.py
test/orm/test_mapper.py