projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
195dabc
)
Add missing method to NoObjectIndex.
Michael G Schwern [Sat, 15 Mar 2008 03:01:57 +0000 (
03:01
+0000)]
lib/DBIx/Class/CDBICompat/NoObjectIndex.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/CDBICompat/NoObjectIndex.pm
b/lib/DBIx/Class/CDBICompat/NoObjectIndex.pm
index
d0a68ba
..
003c875
100644
(file)
--- a/
lib/DBIx/Class/CDBICompat/NoObjectIndex.pm
+++ b/
lib/DBIx/Class/CDBICompat/NoObjectIndex.pm
@@
-23,6
+23,8
@@
faster because it removes code from the object insert and retrieve chains.
sub nocache { return 1 }
+sub purge_object_index_every {}
+
sub purge_dead_from_object_index {}
sub remove_from_object_index {}