Minor limit dialects doc fix
Jens Gassmann [Thu, 24 Jul 2014 02:06:38 +0000 (04:06 +0200)]
lib/DBIx/Class.pm
lib/DBIx/Class/SQLMaker/LimitDialects.pm

index 119979b..901023c 100644 (file)
@@ -412,6 +412,8 @@ jawnsy: Jonathan Yu <jawnsy@cpan.org>
 
 jasonmay: Jason May <jason.a.may@gmail.com>
 
+jegade: Jens Gassmann <jens.gassmann@atomix.de>
+
 jesper: Jesper Krogh
 
 jgoulah: John Goulah <jgoulah@cpan.org>
index b972809..1e0a660 100644 (file)
@@ -61,7 +61,7 @@ sub _LimitOffset {
 
 =head2 LimitXY
 
- SELECT ... LIMIT $offset $limit
+ SELECT ... LIMIT $offset, $limit
 
 Supported by B<MySQL> and any L<SQL::Statement> based DBD