[Sqlalchemy-commits] commit/sqlalchemy: zzzeek: Check for supports_execution at ClauseElement base
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2016-08-31 21:40:04
|
1 new commit in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/c7b9c84312b6/ Changeset: c7b9c84312b6 Branch: master User: zzzeek Date: 2016-08-31 21:04:35+00:00 Summary: Check for supports_execution at ClauseElement base Raise a more descriptive exception / message when ClauseElement or non-SQLAlchemy objects that are not "executable" are erroneously passed to ``.execute()``; a new exception ObjectNotExecutableError is raised consistently in all cases. Change-Id: I2dd393121e2c7e5b6b9e40286a2f25670876e8e4 Fixes: #3786 Affected #: 8 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |