Files
sqlalchemy/lib/sqlalchemy
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-06 16:59:48 +00:00
2008-12-18 00:12:12 +00:00
2008-07-15 19:46:24 +00:00
2008-09-15 21:29:28 +00:00