projects
/
dbsrgits/DBIx-Class-ResultSource-MultipleTableInheritance.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
803ffff
)
fix sfunc names, basically works
Matt S Trout [Tue, 18 Aug 2009 03:29:37 +0000 (
04:29
+0100)]
lib/DBIx/Class/ResultSource/MultipleTableInheritance.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/ResultSource/MultipleTableInheritance.pm
b/lib/DBIx/Class/ResultSource/MultipleTableInheritance.pm
index
191448c
..
832a51f
100644
(file)
--- a/
lib/DBIx/Class/ResultSource/MultipleTableInheritance.pm
+++ b/
lib/DBIx/Class/ResultSource/MultipleTableInheritance.pm
@@
-291,7
+291,7
@@
BEGIN {
CREATE RULE _[% to %]_[% on %]_rule AS
ON [% on | upper %] TO [% to %]
DO INSTEAD (
- SELECT _[% to %]_[% on %]([% arglist %])
+ SELECT [% to %]_[% on %]([% arglist %])
);
};
};