php-sp-api icon indicating copy to clipboard operation
php-sp-api copied to clipboard

Handling Errors?

Open ratsey opened this issue 7 years ago • 0 comments

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?

ratsey avatar Sep 10 '18 19:09 ratsey