Skip Menu |

This queue is for tickets about the SQL-Abstract-Limit CPAN distribution.

Report information
The Basics
Id: 53916
Status: new
Priority: 0/
Queue: SQL-Abstract-Limit

People
Owner: Nobody in particular
Requestors: ribasushi@cpan.org (no email address)
Cc:
AdminCc:

Bug Information
Severity: Normal
Broken in: (no value)
Fixed in: (no value)



Subject: Implementation of _Skip calculates too many things needlesly
The Informix-specific _Skip calculates _order_directions and $last without ever using them. Also the SKIP operator is optional as there might be no $offset. This is our own workaround-version in DBIx::Class http://dev.catalyst.perl.org/svnweb/bast/revision/?rev=8415