]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added a "supports_execution()" method to ClauseElement, so that individual
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 2 Feb 2007 18:18:31 +0000 (18:18 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 2 Feb 2007 18:18:31 +0000 (18:18 +0000)
commit6f39a37bfd49f5b4abce3670d5191be8cdb8da29
treeb6f2562f472cb1bc436263c77561fa6145990dd2
parenta90b73f1df56edcc8e50c4a5453ed8ff7d016c67
- added a "supports_execution()" method to ClauseElement, so that individual
kinds of clauses can express if they are appropriate for executing...such as,
you can execute a "select", but not a "Table" or a "Join".
CHANGES
lib/sqlalchemy/engine/base.py
lib/sqlalchemy/sql.py