]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- more docs
authorMike Bayer <mike_mp@zzzcomputing.com>
Sun, 15 Jul 2007 06:02:03 +0000 (06:02 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sun, 15 Jul 2007 06:02:03 +0000 (06:02 +0000)
commit9cc7d73ea1bb88c8dffcdd12bd90e312a41578fc
tree5cc2bc519cea6552f39895ddeebecf3b4a817373
parentd92489fd2a4b39a133597c0ec5c28acc4db996fe
- more docs
- got from_statement() to actually work with query, tests were not covering
- added auto-labeling of anonymous columns sent to add_column(), tests
doc/build/content/adv_datamapping.txt
doc/build/content/datamapping.txt
doc/build/content/unitofwork.txt
lib/sqlalchemy/orm/query.py
test/orm/query.py