Initial full test pass - all fetches are eager for now
authorPeter Rabbitson <ribasushi@cpan.org>
Mon, 20 Feb 2012 04:14:03 +0000 (05:14 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Mon, 16 Apr 2012 01:10:56 +0000 (03:10 +0200)
commit908aa1bb761ec1da5c061fe9f687598e3f1934bc
tree681adb077d1d0b504a89775f222492f6e95147ef
parentfe0708a2d68b5d34b6bc6f7e70164c3e569f1dd0
Initial full test pass - all fetches are eager for now
22 files changed:
examples/Benchmarks/benchmark_datafetch.pl
lib/DBIx/Class/ResultSet.pm
lib/DBIx/Class/ResultSource.pm
lib/DBIx/Class/Row.pm
lib/DBIx/Class/Storage/DBIHacks.pm
t/52leaks.t
t/83cache.t
t/88result_set_column.t
t/90join_torture.t
t/97result_class.t
t/multi_create/has_many.t
t/prefetch/_internals.t
t/prefetch/correlated.t
t/prefetch/grouped.t
t/prefetch/incomplete.t
t/prefetch/join_type.t
t/prefetch/manual.t
t/prefetch/multiple_hasmany_torture.t
t/prefetch/o2m_o2m_order_by_with_limit.t
t/prefetch/one_to_many_to_one.t
t/prefetch/with_limit.t
t/resultset/inflate_result_api.t [new file with mode: 0644]