- reverted strange jeklike symbol syntax
UNION queries.
select_table
- Deprecated. Synonymous with ``with_polymorphic=('*', <selectable>)`.
+ Deprecated. Synonymous with
+ ``with_polymorphic=('*', <selectable>)``.
version_id_col
A ``Column`` which must have an integer type that will be
"""Iterate each element and its mapper in an object graph,
for all relations that meet the given cascade rule.
- type_
+ type\_
The name of the cascade rule (i.e. save-update, delete,
etc.)
def __reduce__(self):
return symbol, (self.name,)
def __repr__(self):
- return "<symbol '%s'>" % self.name
+ return "<symbol '%s>" % self.name
_symbol.__name__ = 'symbol'
class symbol(object):