another bit of refactoring

This commit is contained in:
2021-07-12 21:25:31 +02:00
parent 5e4480c767
commit eebfaacde4
10 changed files with 70 additions and 101 deletions

2
.vscode/launch.json vendored
View File

@@ -8,7 +8,7 @@
"name": "(lldb) Launch",
"type": "cppdbg",
"request": "launch",
"program": "${workspaceFolder}/build/msql",
"program": "${workspaceFolder}/build/usql",
"args": [],
"stopAtEntry": false,
"cwd": "${fileDirname}",