]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- The :meth:`.TypeEngine.with_variant` method will now accept a
authorMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Jul 2014 15:26:13 +0000 (11:26 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Thu, 10 Jul 2014 15:26:13 +0000 (11:26 -0400)
commite5d0fa94937b6572bbf4a08d4a8870e749fcea03
tree1b032764420141d19560b89aa8beb4e453da826e
parent1fc440393a612abcb837871003ac0d81721e1938
- The :meth:`.TypeEngine.with_variant` method will now accept a
type class as an argument which is internally converted to an
instance, using the same convention long established by other
constructs such as :class:`.Column`. fixes #3122
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/type_api.py
test/sql/test_types.py