added a lock mechanism to statement_proxy
This commit is contained in:
@@ -21,6 +21,7 @@ enum class error_code : uint8_t {
|
||||
RESET_FAILED,
|
||||
OPEN_ERROR,
|
||||
CLOSE_ERROR,
|
||||
STATEMENT_LOCKED,
|
||||
FAILURE
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user