Closed
Description
PHP Version
8.2
CodeIgniter4 Version
4
CodeIgniter4 Installation Method
Composer (using codeigniter4/appstarter
)
Which operating systems have you tested for this bug?
Linux
Which server did you use?
fpm-fcgi
Database
MariaDB 10.2.44
What happened?
$builder->limit(0, 0)
, set the limit => 0 and the query will shows all the table rows. It should return no rows because limit is 0.
Steps to Reproduce
$builder->limit(0,0)
Expected Output
it should return no rows if it set limit to 0.
Anything else?
No response