mirror of
https://github.com/aljazceru/turso.git
synced 2025-12-25 03:54:21 +01:00
Switch to using the testing hello.db database
This commit is contained in:
@@ -3,7 +3,7 @@
|
||||
set sqlite_exec [expr {[info exists env(SQLITE_EXEC)] ? $env(SQLITE_EXEC) : "sqlite3"}]
|
||||
|
||||
proc evaluate_sql {sqlite_exec sql} {
|
||||
set command [list $sqlite_exec database.db $sql]
|
||||
set command [list $sqlite_exec testing/hello.db $sql]
|
||||
set output [exec {*}$command]
|
||||
return $output
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user