seznam / SuperiorMySqlpp

SuperiorMySQL++
GNU Lesser General Public License v3.0
31 stars 20 forks source link

mysql_sqlstate #82

Open smradCZ opened 6 years ago

smradCZ commented 6 years ago

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.