* Made DBIC::SQL::Abstract pass on order_by hashref ({-desc => 'colname'}) to SQL...
[dbsrgits/DBIx-Class.git] / t / discard_changes_in_DESTROY.t
2008-02-24 Michael G Schwern Fix the DESTROY/discard_changes() infinite recursion...
2008-02-24 Michael G Schwern The infinite loop with sub DESTROY { $_[0]->discard_cha...