]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- the "where" criterion of an update() and delete() now correlates
authorMike Bayer <mike_mp@zzzcomputing.com>
Wed, 18 Apr 2007 22:54:40 +0000 (22:54 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Wed, 18 Apr 2007 22:54:40 +0000 (22:54 +0000)
commit4fffc21c87cbdfc538fe2924f82bf1591823856d
treef200a79e608f9e901baf515ce3d0e1b3b21b8bf6
parent7efd23b23cbbd1d714cc31e44e776b7e1e9af319
- the "where" criterion of an update() and delete() now correlates
embedded select() statements against the table being updated or
deleted.  this works the same as nested select() statement
correlation, and can be disabled via the correlate=False flag on
the embedded select().
CHANGES
lib/sqlalchemy/sql.py
test/sql/select.py