mirror of
https://github.com/sqlite/sqlite.git
synced 2025-08-07 02:42:48 +03:00
Add the sqlite3_os_routine_set()/get() functions. (CVS 2818)
FossilOrigin-Name: c1ed79f594fb85009c2e9e5e281cbe66a9d2fa17
This commit is contained in:
@@ -10,7 +10,7 @@
|
||||
#***********************************************************************
|
||||
# This file runs all tests.
|
||||
#
|
||||
# $Id: all.test,v 1.30 2005/01/17 07:53:44 danielk1977 Exp $
|
||||
# $Id: all.test,v 1.31 2005/12/15 10:11:32 danielk1977 Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@@ -49,6 +49,7 @@ set LeakList {}
|
||||
|
||||
set EXCLUDE {
|
||||
all.test
|
||||
async.test
|
||||
crash.test
|
||||
autovacuum_crash.test
|
||||
quick.test
|
||||
|
@@ -6,7 +6,7 @@
|
||||
#***********************************************************************
|
||||
# This file runs all tests.
|
||||
#
|
||||
# $Id: quick.test,v 1.37 2005/12/07 06:27:45 danielk1977 Exp $
|
||||
# $Id: quick.test,v 1.38 2005/12/15 10:11:32 danielk1977 Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@@ -16,6 +16,7 @@ set ISQUICK 1
|
||||
|
||||
set EXCLUDE {
|
||||
all.test
|
||||
async.test
|
||||
btree2.test
|
||||
btree3.test
|
||||
btree4.test
|
||||
|
@@ -11,7 +11,7 @@
|
||||
# This file implements regression tests for SQLite library. The
|
||||
# focus of this file is testing the SELECT statement.
|
||||
#
|
||||
# $Id: select1.test,v 1.44 2005/12/09 14:25:12 danielk1977 Exp $
|
||||
# $Id: select1.test,v 1.45 2005/12/15 10:11:32 danielk1977 Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
@@ -23,6 +23,7 @@ do_test select1-1.1 {
|
||||
lappend v $msg
|
||||
} {1 {no such table: test1}}
|
||||
|
||||
|
||||
execsql {CREATE TABLE test1(f1 int, f2 int)}
|
||||
|
||||
do_test select1-1.2 {
|
||||
@@ -799,4 +800,5 @@ ifcapable {compound && subquery} {
|
||||
} {x 1 x 3}
|
||||
} ;# ifcapable compound
|
||||
|
||||
|
||||
finish_test
|
||||
|
Reference in New Issue
Block a user