php-sp-api
php-sp-api copied to clipboard
Handling Errors?
I have some stored procedures that will generate errors using the syntax
SIGNAL SQLSTATE '45000'
SET MESSAGE_TEXT = '[My error message here]';
Could the API be adjusted to make these error messages available?