Reduce the number of times $self->_dbh is called inside dbh_do() to speed
authorMichael G Schwern <mschwern@cpan.org>
Sat, 15 Mar 2008 05:01:47 +0000 (05:01 +0000)
committerMichael G Schwern <mschwern@cpan.org>
Sat, 15 Mar 2008 05:01:47 +0000 (05:01 +0000)
commit6ad1059d09a2a4ccb707b06d1252d39318a7d9cc
tree028dee1c2340716fdd2e37389a5542c1a597ad62
parentc77d3e8c5c2ba8af7f8580b8987616f95190e2e0
Reduce the number of times $self->_dbh is called inside dbh_do() to speed
up that hot bit of code.
lib/DBIx/Class/Storage/DBI.pm