]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- exists() becomes useable as a standalone selectable, not just in a
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 23 Feb 2007 20:46:27 +0000 (20:46 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 23 Feb 2007 20:46:27 +0000 (20:46 +0000)
commit736bc3bd5194a9a9f9dbb2424e4c0b6139bc8a77
treea14c55fc0cafecaa8134b56fafdcff010aa7be01
parentf0b72859f96de082021a8928c2600da241369151
- exists() becomes useable as a standalone selectable, not just in a
WHERE clause
CHANGES
lib/sqlalchemy/sql.py
test/sql/select.py