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
/// MySQL Server error codes. Taken from <a href="https://dev.mysql.com/doc/refman/5.7/en/error-messages-server.html">Server Error Codes and Messages</a>.
5
+
/// </summary>
6
+
publicenumMySqlErrorCode
7
+
{
8
+
/// <summary>
9
+
/// You have an error in your SQL syntax (ER_PARSE_ERROR).
0 commit comments