mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-08-04 18:18:03 +00:00
testing: Basic BEGIN + END test
This commit is contained in:
parent
5626ca450f
commit
076331d8cf
2 changed files with 10 additions and 1 deletions
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
|
||||
} {}
|
Loading…
Add table
Add a link
Reference in a new issue