mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Fixes for compilation/testing when the various OMIT macros are defined. (CVS 4423)
FossilOrigin-Name: c8405b15c074c94dab5e33272cf1471f458d11df
This commit is contained in:
@ -21,11 +21,16 @@
|
||||
# sqlite3_value_bytes()
|
||||
# sqlite3_value_bytes16()
|
||||
#
|
||||
# $Id: ptrchng.test,v 1.1 2007/04/27 17:16:22 drh Exp $
|
||||
# $Id: ptrchng.test,v 1.2 2007/09/12 17:01:45 danielk1977 Exp $
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
source $testdir/tester.tcl
|
||||
|
||||
ifcapable !bloblit {
|
||||
finish_test
|
||||
return
|
||||
}
|
||||
|
||||
# Register the "pointer_change" SQL function.
|
||||
#
|
||||
sqlite3_create_function db
|
||||
|
Reference in New Issue
Block a user