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

index 254febb..0256793 100644 (file)
@@ -55,7 +55,6 @@ has limit_dialect => (
 
 our %LIMIT_DIALECT_MAP = (
   'GenericSubQ' => 'GenericSubquery',
-  'RowCountOrGenericSubQ' => 'RowCountOrGenericSubquery',
 );
 
 sub mapped_limit_dialect {