mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Fix compilation and testing when SQLITE_OMIT_TRIGGER is defined. Ticket #3786. (CVS 6464)
FossilOrigin-Name: 277dace43d51fbc79c7a62fc841c150ecd8d0823
This commit is contained in:
@ -13,11 +13,13 @@
|
||||
# of the TCL interface - methods which are based on the
|
||||
# sqlite3_backup_XXX API.
|
||||
#
|
||||
# $Id: backup2.test,v 1.3 2009/03/18 13:55:30 danielk1977 Exp $
|
||||
# $Id: backup2.test,v 1.4 2009/04/07 14:14:23 danielk1977 Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
|
||||
ifcapable !trigger||!view { finish_test ; return }
|
||||
|
||||
# Fill a database with test data.
|
||||
#
|
||||
do_test backup2-1 {
|
||||
|
Reference in New Issue
Block a user