pk generator progress and sequence test progress

This commit is contained in:
2026-03-18 15:54:08 +01:00
parent 7996608f62
commit 6423bd505b
25 changed files with 152 additions and 30 deletions
+2
View File
@@ -30,6 +30,8 @@ std::string sql_category_impl::message(const int ev) const {
return "Table exists failed";
case error_code::RETRIEVE_DATA_FAILED:
return "Retrieve data failed";
case error_code::SEQUENCE_EXISTS_FAILED:
return "Sequence exists failed";
case error_code::RESET_FAILED:
return "Reset failed";
case error_code::OPEN_ERROR: