Ingo Schommer 23e51b871b BUG Accept $limit=0 in SQLQuery->setLimit()
SQLQuery->setLimit(0, 99) should result in "SELECT ... LIMIT 0 OFFSET 1".
In fact it does "SELECT ..." without a LIMIT clause at all,
which is unexpected. This is regardless of the $offset value.
2013-06-06 15:27:14 +02:00
..
2013-06-06 15:26:50 +02:00
2013-05-27 15:42:10 +12:00
2013-04-22 18:17:31 +00:00