]> git.ipfire.org Git - thirdparty/sqlalchemy/sqlalchemy.git/commit
- Added a "legacy" adapter to types, such that user-defined TypeEngine
authorMike Bayer <mike_mp@zzzcomputing.com>
Fri, 17 Aug 2007 23:45:29 +0000 (23:45 +0000)
committerMike Bayer <mike_mp@zzzcomputing.com>
Fri, 17 Aug 2007 23:45:29 +0000 (23:45 +0000)
commit74595d900c23fcefe75353d3099cb73a55a0b6cf
tree6a549393eede212129f1b4daaa31fb720dae71c2
parent721f29140623eb1eac91b1ee931ea4d907486f94
- Added a "legacy" adapter to types, such that user-defined TypeEngine
  and TypeDecorator classes which define convert_bind_param()/convert_result_value()
  will continue to function.  Also supports calling the super() version of
  those methods.
CHANGES
lib/sqlalchemy/orm/mapper.py
lib/sqlalchemy/types.py
lib/sqlalchemy/util.py
test/sql/testtypes.py