]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
the 'column' function is optional to point a property to a column when constructing...
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 Dec 2005 15:33:47 +0000 (15:33 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 24 Dec 2005 15:33:47 +0000 (15:33 +0000)
commit237bf917f7968a8d5fdb18fd9a0624d11f9a8144
tree3a7b5fe029032902a54cc5b401a6fd9fc91e9a2d
parenta7df1ed6199ce90bd63928c57456967b16145e3d
the 'column' function is optional to point a property to a column when constructing a mapper
can also be specified as a list to indicate overlap
mapper columns come from its table, no need to add from given columns
lib/sqlalchemy/mapping/mapper.py
test/objectstore.py