]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add migration notes for [ticket:2838]
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 24 Oct 2013 20:13:32 +0000 (16:13 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 24 Oct 2013 20:13:32 +0000 (16:13 -0400)
commit3a4567a718c2f9f3d8b65acb81f0caefb4f1a2b5
treef73ded16750da5e0f3cdafab6109e484708d237f
parentf0678a6e54e9598b884b82f43e57f44661693cca
- add migration notes for [ticket:2838]
- have TypeDecorator use process_bind_param for literal values if no
process_literal_param is set
doc/build/changelog/changelog_09.rst
doc/build/changelog/migration_09.rst
lib/sqlalchemy/sql/type_api.py
test/sql/test_types.py