some TODO items squezed
This commit is contained in:
3
debug.h
3
debug.h
@@ -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"
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user