some code refactoring
This commit is contained in:
2
main.cpp
2
main.cpp
@@ -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();
|
||||
|
||||
Reference in New Issue
Block a user