cursor usage can now be switched on/off
authorGianni Ceccarelli <dakkar@thenautilus.net>
Fri, 28 May 2010 21:03:51 +0000 (21:03 +0000)
committerRafael Kitover <rkitover@cpan.org>
Thu, 8 Nov 2012 19:42:16 +0000 (14:42 -0500)
commit590a6c438f5482f79051e433836c2981f98ee769
tree0b2a6d7410ed3c64fd05f20a4f9a02d756fcd2f9
parent8c194608c60b8f5644f27a87e91acb7977f813f4
cursor usage can now be switched on/off

default off, turn on via (increasing order of importance):
- package variable on DBIx::Class::Storage::DBI::Pg
- connection attributes
- RS attributes

also, "page" size used for each fetch from cursor can be tweaked in the
same way
lib/DBIx/Class/Storage/DBI/Pg.pm
lib/DBIx/Class/Storage/DBI/Pg/Sth.pm
t/72pg_cursors.t