[Gravity] Integrate mysqli_get_warnings() in the result object for mysql/mariadb queries

Review Request #793 — Created Sept. 9, 2021 and submitted — Latest diff uploaded

b.stoop
Lunr
796
96d04bd...
lunr

Integrate mysqli_get_warnings() in the result object for mysql/mariadb queries

Wrote script to test if it's working locally and made unit tests

Diff Revision 2

This is not the most recent revision of the diff. The latest diff is revision 12. See what's changed.

orig
1
2
3
4
5
6
7
8
9
10
11
12
src/Lunr/Gravity/Database/MySQL/MySQLQueryResult.php
Loading...