]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- got rudimental "mapping to multiple tables" functionality cleaned up,
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 2 Jun 2006 01:10:20 +0000 (01:10 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 2 Jun 2006 01:10:20 +0000 (01:10 +0000)
commit297d35ba498c2f656df41737490977f88ca70682
tree0e39ddca7e6e0b531a3a50a462a67ce184d2f235
parent2b9322f606124abe036c1e8b0446ca6ba25b313c
- got rudimental "mapping to multiple tables" functionality cleaned up,
more correctly documented
CHANGES
doc/build/content/adv_datamapping.txt
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/sql_util.py
test/mapper.py
test/objectstore.py
test/tables.py