added a lock mechanism to statement_proxy

This commit is contained in:
2025-07-31 10:15:01 +02:00
parent 6e2baad3ef
commit 31964e55c1
3 changed files with 41 additions and 1 deletions
+1
View File
@@ -21,6 +21,7 @@ enum class error_code : uint8_t {
RESET_FAILED,
OPEN_ERROR,
CLOSE_ERROR,
STATEMENT_LOCKED,
FAILURE
};