]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- add CoerceUTF8 example
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Jul 2011 17:53:41 +0000 (13:53 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 30 Jul 2011 17:53:41 +0000 (13:53 -0400)
commit53cbbaa838be5920bdeaf07e2d6ef3e947399e4d
tree428d3915575e2043db1106996086b7d8daa2dbf7
parentde0e2724c5a85586e98f524bba85b69e3ae6a21e
- add CoerceUTF8 example
- New feature: with_variant() method on
all types.  Produces an instance of Variant(),
a special TypeDecorator which will select
the usage of a different type based on the
dialect in use. [ticket:2187]
CHANGES
doc/build/core/types.rst
lib/sqlalchemy/types.py
test/sql/test_types.py