projects
/
dbsrgits/DBIx-Class-Historic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
f95057b
)
add dialect map for RowCountOrGenericSubquery
Matt S Trout [Mon, 7 Oct 2013 04:24:54 +0000 (
04:24
+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
6ed9c19
..
2e66dd9
100644
(file)
--- a/
lib/DBIx/Class/SQLMaker.pm
+++ b/
lib/DBIx/Class/SQLMaker.pm
@@
-54,7
+54,8
@@
has limit_dialect => (
);
our %LIMIT_DIALECT_MAP = (
- 'GenericSubQ' => 'GenericSubquery'
+ 'GenericSubQ' => 'GenericSubquery',
+ 'RowCountOrGenericSubQ' => 'RowCountOrGenericSubquery',
);
sub mapped_limit_dialect {