Problem Statement
It was noted that in some situations, the library throws an exception which has following message:
Call to undefined function WebFiori\Database\MySql\mysqli_report()
Proposed Solution
Add check for all mysqli methods and throw an exception with proper message that indicates mysqli is missing.
Alternatives Considered
No response
Breaking Change
No
Additional Context
No response
Problem Statement
It was noted that in some situations, the library throws an exception which has following message:
Proposed Solution
Add check for all
mysqlimethods and throw an exception with proper message that indicatesmysqliis missing.Alternatives Considered
No response
Breaking Change
No
Additional Context
No response