[Sqlalchemy-commits] commit/sqlalchemy: 3 new changesets
Brought to you by:
zzzeek
From: Bitbucket <com...@bi...> - 2013-10-21 19:08:37
|
3 new commits in sqlalchemy: https://bitbucket.org/zzzeek/sqlalchemy/commits/7097c50619fd/ Changeset: 7097c50619fd Branch: ticket_2838 User: zzzeek Date: 2013-10-20 22:55:23 Summary: - The typing system now handles the task of rendering "literal bind" values, e.g. values that are normally bound parameters but due to context must be rendered as strings, typically within DDL constructs such as CHECK constraints and indexes (note that "literal bind" values become used by DDL as of :ticket:`2742`). A new method :meth:`.TypeEngine.literal_processor` serves as the base, and :meth:`.TypeDecorator.process_literal_param` is added to allow wrapping of a native literal rendering method. [ticket:2838] Affected #: 1 file https://bitbucket.org/zzzeek/sqlalchemy/commits/56976624169a/ Changeset: 56976624169a Branch: master User: zzzeek Date: 2013-10-21 21:06:41 Summary: - Fixed bug where :func:`.type_coerce` would not interpret ORM elements with a ``__clause_element__()`` method properly. [ticket:2849] Affected #: 3 files https://bitbucket.org/zzzeek/sqlalchemy/commits/622772b46999/ Changeset: 622772b46999 Branch: rel_0_8 User: zzzeek Date: 2013-10-21 21:08:04 Summary: - Fixed bug where :func:`.type_coerce` would not interpret ORM elements with a ``__clause_element__()`` method properly. [ticket:2849] Conflicts: lib/sqlalchemy/sql/elements.py Affected #: 3 files Repository URL: https://bitbucket.org/zzzeek/sqlalchemy/ -- This is a commit notification from bitbucket.org. You are receiving this because you have the service enabled, addressing the recipient of this email. |