mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-01 06:27:03 +03:00
Add tests (and fixes) for the virtual table transaction interface. (CVS 3265)
FossilOrigin-Name: 8a5b121f2f26bebe3f1164bc2f504d29b74400f4
This commit is contained in:
@ -12,7 +12,7 @@
|
||||
# focus of this script is testing the ATTACH and DETACH commands
|
||||
# and related functionality.
|
||||
#
|
||||
# $Id: auth.test,v 1.35 2006/06/17 06:31:19 danielk1977 Exp $
|
||||
# $Id: auth.test,v 1.36 2006/06/17 09:39:56 danielk1977 Exp $
|
||||
#
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
@ -2225,7 +2225,6 @@ do_test auth-4.2 {
|
||||
} {115 117}
|
||||
do_test auth-4.3 {
|
||||
set authargs {}
|
||||
breakpoint
|
||||
execsql {
|
||||
UPDATE v1 SET x=1 WHERE x=117
|
||||
}
|
||||
|
Reference in New Issue
Block a user