Feature request: mysqli_info()

Game development with Board Game Arena Studio
Post Reply
User avatar
octalc0de
Posts: 10
Joined: 12 January 2015, 02:21

Feature request: mysqli_info()

Post by octalc0de »

(I'm also not sure this is the right place to put feature requests in the framework).

While trying to reduce db roundtrips I realized I have no way to get the mysqli_info() information. I have self::DbAffectedRow() but that's not sufficient.

This is useful when I do an `update` query when I need to know whether or not the `where` clause matched rows as opposed to whether or not they get updated. See the first comment by Michael here: https://www.php.net/manual/en/mysqli.affected-rows.php
Post Reply

Return to “Developers”