Only add a group_by to a complex prefetch if a non-selecting multi-join is detected
[dbsrgits/DBIx-Class.git] / lib / DBIx / Class / SQLMaker / SQLite.pm
2010-08-27 Peter Rabbitson Fix RT#58554 (make sure FOR X is always the last part...
2010-08-27 Peter Rabbitson Rename SQLAHacks to SQLMaker, shuffle around files...