(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
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