]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- adjust the behavior of cast() to only provide a type for the bindparam()
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Dec 2013 21:37:54 +0000 (16:37 -0500)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 28 Dec 2013 21:37:54 +0000 (16:37 -0500)
commitcac7320eeb16e62f347dbf009a1b18edff7faa18
treebece0cd0606d684b48be8c24237d6283955b62a6
parentd8bc6673c0bb34258bf4c54699ceede777664600
- adjust the behavior of cast() to only provide a type for the bindparam()
if we are coercing straight from string.  [ticket:2899]
- rework the tests here to be individual
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/elements.py
test/sql/test_types.py