Fix .schema

- Add tests for .schema
- Make command line sql arguments to allow .commands
This commit is contained in:
Bennett Clement
2024-07-22 11:08:14 +08:00
parent 0f85c36416
commit 5b4bdc8aa3
4 changed files with 40 additions and 2 deletions

View File

@@ -2,6 +2,7 @@
set testdir [file dirname $argv0]
source $testdir/cmdlineshell.test
source $testdir/agg-functions.test
source $testdir/coalesce.test
source $testdir/join.test