Rename fetch_assoc() and add fetch_all() method #6

Merged
vlw merged 2 commits from refs/pull/6/head into master 2026-05-10 00:36:56 +02:00
vlw commented 2026-05-10 00:33:31 +02:00 (Migrated from codeberg.org)

This PR adds a new method fetch_all() which is actually the old fetch_assoc() functionality. This method didn't follow mysqli_result->fetch_assoc(), so that has now been fixed.

This PR adds a new method `fetch_all()` which is actually the old `fetch_assoc()` functionality. This method didn't follow `mysqli_result->fetch_assoc()`, so that has now been fixed.
Sign in to join this conversation.
No description provided.