testing: Basic BEGIN + END test

This commit is contained in:
Pekka Enberg 2025-02-14 09:43:32 +02:00
parent 5626ca450f
commit 076331d8cf
2 changed files with 10 additions and 1 deletions

8
testing/transactions.test Executable file
View 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
} {}