Files
sqlalchemy/test
Mike Bayer 50dfbc7e79 - Custom comparator classes used in conjunction with
column_property(), relation() etc. can define
new comparison methods on the Comparator, which will
become available via __getattr__() on the
InstrumentedAttribute.   In the case of synonym()
or comparable_property(), attributes are resolved first
on the user-defined descriptor, then on the user-defined
comparator.
2009-01-02 18:22:50 +00:00
..
2008-12-31 14:25:53 +00:00
2008-12-30 06:24:59 +00:00
2008-12-19 02:03:12 +00:00