1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-29 08:01:23 +03:00

Fix some bugs in sqlite3changeset_apply().

FossilOrigin-Name: 7250318dda542c5bbf28852c1f1d0f3c52ae8f96
This commit is contained in:
dan
2011-03-19 15:37:02 +00:00
parent 319eeb7b33
commit 7cf7df7d35
7 changed files with 201 additions and 24 deletions

18
test/session.test Normal file
View File

@ -0,0 +1,18 @@
# 2008 June 23
#
# May you do good and not evil.
# May you find forgiveness for yourself and forgive others.
# May you share freely, never taking more than you give.
#
#***********************************************************************
# This file runs all rtree related tests.
#
set testdir [file dirname $argv0]
source $testdir/permutations.test
ifcapable session {
run_test_suite session
}
finish_test