mevdschee/php-sp-api

Handling Errors?

Opened this issue · 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?