mirror of
https://github.com/tursodatabase/limbo.git
synced 2025-12-23 08:21:09 +00:00
- Changed `Cursor` trait to be able to get access to `root_page` - SQLite only updates last_insert_rowid for non-schema inserts. So we check if the `InsertAwait` is not for `root_page` before updating rowid
3 lines
No EOL
81 B
Tcl
Executable file
3 lines
No EOL
81 B
Tcl
Executable file
#!/usr/bin/env tclsh
|
|
set testdir [file dirname $argv0]
|
|
source $testdir/tester.tcl |