You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
DBDriver class contains wrapper method for mysql_stmt_sqlstate but not for mysql_sqlstate.
This functions return NULL terminated string with SQLSTATE error code which may be useful for debugging purposes.
NOTE: The DBDriver::Statement::sqlState which calls underlying mysql_stmt_sqlstate is not used in upper layers.
The text was updated successfully, but these errors were encountered:
DBDriver class contains wrapper method for
mysql_stmt_sqlstate
but not formysql_sqlstate
.This functions return NULL terminated string with SQLSTATE error code which may be useful for debugging purposes.
NOTE: The
DBDriver::Statement::sqlState
which calls underlyingmysql_stmt_sqlstate
is not used in upper layers.The text was updated successfully, but these errors were encountered: