some code refactoring

This commit is contained in:
2021-12-18 10:53:43 +01:00
parent d645471c15
commit 7e8d750f63
7 changed files with 76 additions and 83 deletions

View File

@@ -129,7 +129,7 @@ void repl() {
void debug() {
usql::USql uSql{};
for (const auto &command : c_sql_commands) {
for (const auto &command : k_debug_sql_commands) {
time_point<high_resolution_clock> start_time = high_resolution_clock::now();
auto result = uSql.execute(command);
time_point<high_resolution_clock> end_time = high_resolution_clock::now();