]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
Added cast() to allow use of cast(tbl.c.col as Numeric(4,2)) in select and where...
authorRobert Leftwich <rtl@pobox.com>
Tue, 4 Apr 2006 00:28:33 +0000 (00:28 +0000)
committerRobert Leftwich <rtl@pobox.com>
Tue, 4 Apr 2006 00:28:33 +0000 (00:28 +0000)
commit1c8f771344620e18e541e8196e841c4112068825
treeb8d0831ec3fcd6d10a039d74aacc8f513493654d
parent787484945c878a95a1e052422c909553c7e718f2
Added cast() to allow use of cast(tbl.c.col as Numeric(4,2)) in select and where clauses. Unit tests for same.
lib/sqlalchemy/sql.py
test/select.py