Switch the cursor iterator to pull data via bind_columns
authorPeter Rabbitson <ribasushi@cpan.org>
Tue, 12 Feb 2013 11:27:10 +0000 (12:27 +0100)
committerPeter Rabbitson <ribasushi@cpan.org>
Thu, 14 Feb 2013 05:34:50 +0000 (06:34 +0100)
commit544671d4f9d1c3d22188866ec5d9c6a6862b5659
treee13d91efc8d0e68c209569136ff491b1000989e9
parenta2f228547345e788da5a047024c41f83513e92b8
Switch the cursor iterator to pull data via bind_columns

While this does not help us irectly in any way (we still copy by value like
there is no tomorrow) - it will help with the software_limit fast-forwards
lib/DBIx/Class/Storage/DBI/Cursor.pm