]> 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:32:05 +0000 (13:32 -0400)
commit405c223ae50e78dacac08783c414619db20df0b7
tree479871c932127c666b85b3659498daba1b766778
parent8574d5051adc0c3457ed650a49a25a6c4c4ea3d9
- 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