]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
renamed new scalar() method to as_scalar(), not deprecating normal ClauseElement...
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Jul 2007 20:18:32 +0000 (20:18 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 24 Jul 2007 20:18:32 +0000 (20:18 +0000)
commit851524aa59240fd60051ea1e47d30f9afaa120f9
tree3e8e4fcd707ecf29928281c5eb0c7ae0630f1bb1
parent6b776ad1dea653ac75e86c60855e3410bad116b8
renamed new scalar() method to as_scalar(), not deprecating normal ClauseElement.scalar()...
CHANGES
lib/sqlalchemy/sql.py
test/sql/select.py