-
-
Notifications
You must be signed in to change notification settings - Fork 80
Closed
Labels
Description
Minor change to show mysqli errno and error explicitly. Without this, mysqli errors do not get shown in some debuggers when preparing sql statements, for example whoops.
Here is an example with whoops before
I think some components already use this style, for example zend-http/src/Client/Adapter/Socket.php line 278.
Originally posted by @ConorSheehan1 at zendframework/zend-db#269