2008/5/13 Charles Alderman <charlie-lists at aldermania.com>: > Jacek, > > I'm new to DBIx::Class also, but I think your problem could be solved by > prefetching the data from the tables you joined. Implementation would be > easy -- just copy the join attribute and have join and prefetch. > It helped. Thanks very much.