]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
* tweaked PickleType result_processor and bind_processor so that they are more
authorGaëtan de Menten <gdementen@gmail.com>
Tue, 3 Nov 2009 16:30:07 +0000 (16:30 +0000)
committerGaëtan de Menten <gdementen@gmail.com>
Tue, 3 Nov 2009 16:30:07 +0000 (16:30 +0000)
commitb5af1759dfc02c16440e603737f3ac04f347ac65
tree771578a13d0f0448ab7c77e2de1450e025f39cda
parentadaecccda17d927462df30f7e6be37a300798013
 * tweaked PickleType result_processor and bind_processor so that they are more
   correct and more easily maintainable.
 * implemented specific result_processor and bind_processor for Interval type
   to avoid TypeDecorator call overhead (closes #1598)
lib/sqlalchemy/types.py