mirror of
https://github.com/aljazceru/turso.git
synced 2026-02-20 23:45:18 +01:00
testing: Basic BEGIN + END test
This commit is contained in:
@@ -24,4 +24,5 @@ source $testdir/compare.test
|
||||
source $testdir/changes.test
|
||||
source $testdir/total-changes.test
|
||||
source $testdir/offset.test
|
||||
source $testdir/scalar-functions-printf.test
|
||||
source $testdir/scalar-functions-printf.test
|
||||
source $testdir/transactions.test
|
||||
|
||||
8
testing/transactions.test
Executable file
8
testing/transactions.test
Executable file
@@ -0,0 +1,8 @@
|
||||
#!/usr/bin/env tclsh
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
|
||||
do_execsql_test basic-tx-1 {
|
||||
BEGIN IMMEDIATE; END
|
||||
} {}
|
||||
Reference in New Issue
Block a user