projects
/
dbsrgits/DBIx-Class.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
0f975d8
)
RowCountOrGenericSubQ can FOAD, as per ribasushi
Matt S Trout [Mon, 7 Oct 2013 12:43:21 +0000 (12:43 +0000)]
lib/DBIx/Class/SQLMaker.pm
patch
|
blob
|
blame
|
history
diff --git
a/lib/DBIx/Class/SQLMaker.pm
b/lib/DBIx/Class/SQLMaker.pm
index
254febb
..
0256793
100644
(file)
--- a/
lib/DBIx/Class/SQLMaker.pm
+++ b/
lib/DBIx/Class/SQLMaker.pm
@@
-55,7
+55,6
@@
has limit_dialect => (
our %LIMIT_DIALECT_MAP = (
'GenericSubQ' => 'GenericSubquery',
- 'RowCountOrGenericSubQ' => 'RowCountOrGenericSubquery',
);
sub mapped_limit_dialect {