]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Fixed 0.9.7 regression caused by :ticket:`3067` in conjunction with
authorMike Bayer <mike_mp@zzzcomputing.com>
Tue, 29 Jul 2014 17:32:05 +0000 (13:32 -0400)
committerMike Bayer <mike_mp@zzzcomputing.com>
Tue, 29 Jul 2014 17:33:24 +0000 (13:33 -0400)
commite974bed379e4a224936eaf226840d0d328ff2d72
treeb3e10ced85e8ac229ab891cca6d240a81568bc71
parentb281c8cdbf81e3e18d0eeff06cee66491139e84f
- Fixed 0.9.7 regression caused by :ticket:`3067` in conjunction with
a mis-named unit test such that so-called "schema" types like
:class:`.Boolean` and :class:`.Enum` could no longer be pickled.
fixes #3144
doc/build/changelog/changelog_09.rst
lib/sqlalchemy/sql/elements.py
test/sql/test_types.py