poodle123

Results 5 comments of poodle123

This is no a bug but design. $this->db->get('table', 0) means no limit not zero records.

interesting. seems i misunderstood it then. I looked into DB_query_builder.php and it seems you are right. 0 should indeed be passed as a limit. Do you have the generated SQL...

This is what I mentioned originally: 0 is not passed along due to this in the DB_query_builder.php: ``` public function limit($value, $offset = 0) { is_null($value) OR $this->qb_limit = (int)...

I know that limit 0 returns 0 records in MySQL. But I understood the CI way differently: namely limit 0 = no limit, I have no other ideas why limit...

Pocketarc Fork already works with PHP 8.3 without any issues. You just have to adapt your own code where needed: https://github.com/pocketarc/codeigniter