Only add a group_by to a complex prefetch if a non-selecting multi-join is detected
[dbsrgits/DBIx-Class.git] / t / prefetch / o2m_o2m_order_by_with_limit.t
2010-12-27 Peter Rabbitson Only add a group_by to a complex prefetch if a non...
2010-12-22 Rafael Kitover Remove small_datetime from the main schema - it is...
2010-10-27 Norbert Buchmuller Fixed a prefetch bug (o2m->prefetch_o2m+order_by+rows)