Hi All, dont know if this is a bug or not but if you pass the following parameters to the limit method on select object like so:
->limit(0, 10); It produces the following SQL: LIMIT 2147483647 OFFSET 10 now i know you should vaidate the limit val beforehand but this could potentially kill someones app? Thanks Daniel.
