]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
working on getting operators/left hand type awareness into the "bind" coercion. ...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 8 Mar 2010 23:27:35 +0000 (18:27 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 8 Mar 2010 23:27:35 +0000 (18:27 -0500)
commitb9cc0ef3260ab5c93af3c011db7d062ba15252fe
tree13144102923244abb1f6b89f79fb9627054a3dbd
parent35254ca25a0d77f9be7ce944d40e5d3ecc641be6
working on getting operators/left hand type awareness into the "bind" coercion.  this system has to be figured out somehow
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/types.py
test/sql/test_types.py