[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
Information | |
---|---|
b.stoop | |
Lunr | |
796 | |
96d04bd... | |
Reviewers | |
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 12 (Latest)
orig
1
2
3
4
5
6
7
8
9
10
11
12
src/Lunr/Gravity/Database/MySQL/MySQLQueryResult.php |
---|
src/Lunr/Gravity/Database/MySQL/Tests/MockMySQLiSuccessfulConnection.php |
---|
src/Lunr/Gravity/Database/MySQL/Tests/MockMySQLiSuccessfulWarningConnection.php |
---|
src/Lunr/Gravity/Database/MySQL/Tests/MockMySQLiWarning.php |
---|
src/Lunr/Gravity/Database/MySQL/Tests/MySQLQueryResultBaseTest.php |
---|
src/Lunr/Gravity/Database/MySQL/Tests/MySQLQueryResultTest.php |
---|
src/Lunr/Gravity/Database/MySQL/Tests/MySQLQueryResultWarningTest.php |
---|
tests/phpunit.xml |
---|