mirror of
https://github.com/sqlite/sqlite.git
synced 2025-07-30 19:03:16 +03:00
Add the experimental create_collation_x() api. (CVS 3934)
FossilOrigin-Name: ff49d48f2f025898a0f4ace1fc227e1d367ea89f
This commit is contained in:
@ -9,7 +9,7 @@
|
||||
#
|
||||
#***********************************************************************
|
||||
#
|
||||
# $Id: incrblob.test,v 1.9 2007/05/04 19:03:03 danielk1977 Exp $
|
||||
# $Id: incrblob.test,v 1.10 2007/05/07 09:32:45 danielk1977 Exp $
|
||||
#
|
||||
|
||||
set testdir [file dirname $argv0]
|
||||
@ -551,7 +551,7 @@ do_test incrblob-7.3.2 {
|
||||
do_test incrblob-7.3.3 {
|
||||
execsql {
|
||||
DELETE FROM t1 WHERE a = 123;
|
||||
INCREMENTAL VACUUM;
|
||||
PRAGMA INCREMENTAL_VACUUM(0);
|
||||
}
|
||||
seek $::b 0
|
||||
read $::b
|
||||
|
Reference in New Issue
Block a user