some TODO items squezed

This commit is contained in:
2021-12-19 12:07:26 +01:00
parent eebb270f47
commit 04c0ed3f03
5 changed files with 49 additions and 35 deletions

View File

@@ -32,6 +32,7 @@ std::vector<std::string> k_debug_sql_commands {
"update a set i = 5 where i = 2",
"select * from a where i = 5",
// "select max(i) from a where s = 'two'"
"select min(i), max(i), count(i) from a"
"select min(i), max(i), count(i) from a",
"select i + 1000 from a"
};