diff options
author | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-11-09 19:41:45 +0000 |
---|---|---|
committer | Mike Bayer <mike_mp@zzzcomputing.com> | 2009-11-09 19:41:45 +0000 |
commit | ba00071e749886f9845c07c9d67d83bbf50d7e20 (patch) | |
tree | 025c2c735bafb89a0541064210a9356cdbe7578d /lib/sqlalchemy/sql/util.py | |
parent | 8a282a9b60dabd86bb16b6241055a619d61dc09b (diff) | |
download | sqlalchemy-ba00071e749886f9845c07c9d67d83bbf50d7e20.tar.gz |
- added a real unit test for sqlsoup
- removed doctest stuff
- redid session docs for sqlsoup
- sqlsoup stays within the transaction of a Session now, is explcitly autocommit=False by default and includes commit()/rollback() methods
- sqlsoup db.<sometable>.update() and delete() now call
query(cls).update() and delete(), respectively.
- sqlsoup now has execute() and connection(), which call upon
the Session methods of those names, ensuring that the bind is
in terms of the SqlSoup object's bind.
Diffstat (limited to 'lib/sqlalchemy/sql/util.py')
0 files changed, 0 insertions, 0 deletions