[Dbix-class] RE: Paging problem
Paul Findlay
Paul.Findlay at fonterra.com
Wed Feb 29 00:39:05 GMT 2012
Sorry, this was in DBIx::Class 0.08196
The problem appears to be:
1) DBIx/Class/SQLMaker.pm _assemble_binds always has limit_bind at the end
of the bind parameters
2) limit dialects SkipFirst and FirstSkip use limit_bind but assume it will
be at the front of the bind parameters
May I suggest having a special "projection_bind" that SkipFirst and FirstSkip
push onto, and _assemble_binds looks at first?
Kind regards,
Paul Findlay
DISCLAIMER
This email contains information that is confidential and which may be legally privileged. If you have received this email in error, please notify the sender immediately and delete the email. This email is intended solely for the use of the intended recipient and you may not use or disclose this email in any way.
More information about the DBIx-Class
mailing list