]> 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:42 +0000 (11:26 -0400)
commit6ef47a46c1cd524f67b2a2727a9846418e6143d0
tree98533138bd1dfa340e30f5d35eac4793e8bc46fe
parent723d118ef1c4fbb6d1a81513dd6d50521081d86a
- 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