Open ratsey opened 6 years ago
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?
I have some stored procedures that will generate errors using the syntax
Could the API be adjusted to make these error messages available?