adjust work project to the current codebase

This commit is contained in:
2026-01-07 09:09:44 +01:00
parent dfd31cdf35
commit 41f6c9f516
14 changed files with 73 additions and 79 deletions
+2 -1
View File
@@ -262,7 +262,8 @@ private:
{utils::basic_type::Time, "TIME"},
{utils::basic_type::DateTime, "DATETIME"},
{utils::basic_type::Blob, "BLOB"},
{utils::basic_type::Null, "NULL"}
{utils::basic_type::Null, "NULL"},
// {utils::basic_type::Unknown, "INTEGER"}
};
sql_func_to_string_map sql_func_map_ {