]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- added new methods to TypeDecorator, process_bind_param() and
authorMike Bayer <mike_mp@zzzcomputing.com>
Sat, 8 Dec 2007 23:03:22 +0000 (23:03 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Sat, 8 Dec 2007 23:03:22 +0000 (23:03 +0000)
commitc9b3f0bcef20794ac7296a855aafe8b75ae7630e
tree85aa8c20fee799641f4b5296abdbc631be5f500c
parent65b204c1226c6e69f697887691d2eaf97b7a2735
- added new methods to TypeDecorator, process_bind_param() and
process_result_value(), which automatically take advantage of the processing
of the underlying type.  Ideal for using with Unicode or Pickletype.
TypeDecorator should now be the primary way to augment the behavior of any
existing type including other TypeDecorator subclasses such as PickleType.
CHANGES
doc/build/content/types.txt
lib/sqlalchemy/types.py
test/sql/testtypes.py