Files
sqlalchemy/doc/build
Mike Bayer f3a892a3ef - Custom dialects that implement :class:.GenericTypeCompiler can
now be constructed such that the visit methods receive an indication
of the owning expression object, if any.  Any visit method that
accepts keyword arguments (e.g. ``**kw``) will in most cases
receive a keyword argument ``type_expression``, referring to the
expression object that the type is contained within.  For columns
in DDL, the dialect's compiler class may need to alter its
``get_column_specification()`` method to support this as well.
The ``UserDefinedType.get_col_spec()`` method will also receive
``type_expression`` if it provides ``**kw`` in its argument
signature.
fixes #3074
2015-01-16 20:03:33 -05:00
..
2014-12-27 16:22:41 -05:00
2014-12-27 16:54:32 -05:00
2014-01-05 16:57:05 -05:00
2014-12-27 16:22:41 -05:00
2014-12-27 17:17:05 -05:00
2014-09-07 18:10:40 -04:00
2013-11-10 02:55:06 -05:00