projects
/
dbsrgits/DBIx-Class-Journal.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
067f1fd
)
should use hashrefinflator
Arthur Axel "fREW" Schmidt [Thu, 24 Jun 2010 02:05:47 +0000 (
02:05
+0000)]
lib/DBIx/Class/Schema/Journal.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/Schema/Journal.pm
b/lib/DBIx/Class/Schema/Journal.pm
index
6e51c62
..
7d8aa60
100644
(file)
--- a/
lib/DBIx/Class/Schema/Journal.pm
+++ b/
lib/DBIx/Class/Schema/Journal.pm
@@
-172,6
+172,7
@@
sub prepopulate_journal {
my @x = $from_rs->search(undef, {
rows => 1_000,
page => $page++,
+ result_class => 'DBIx::Class::ResultClass::HashRefInflator',
})
) {
# get some number of change log IDs to be generated for this page