mirror of
https://github.com/silverstripe/silverstripe-framework
synced 2024-10-22 12:05:37 +00:00
23e51b871b
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.