Files
sqlalchemy/test/sql
Mike Bayer 1cf80dc5b2 - Changed the update() method on association proxy
dictionary to use a duck typing approach, i.e.
    checks for "keys", to discern between update({})
    and update((a, b)).   Previously, passing a
    dictionary that had tuples as keys would be misinterpreted
    as a sequence. [ticket:2275]
2011-09-14 11:31:33 -04:00
..
2011-06-02 03:09:08 -04:00
2011-06-22 14:03:20 -04:00
2011-07-30 13:53:41 -04:00