]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- adjusted the literal coercion rules to take the left side's type into account,...
authorMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Mar 2010 01:00:12 +0000 (01:00 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Mon, 1 Mar 2010 01:00:12 +0000 (01:00 +0000)
commitda1666cc18cebc485563332d2f1c3d3818affc1f
treea39e0357dd2910df389c8ebdb473848707d46b70
parentfbe6772d44bbcccfbd6ca21dc4b2d76bd21cd696
- adjusted the literal coercion rules to take the left side's type into account, if it is
compatible with what was found for the right, so that things like oracle CHAR conversions
work.
- oracle dialect specific tests pass again.
CHANGES
lib/sqlalchemy/sql/expression.py
lib/sqlalchemy/types.py
test/sql/test_types.py