Sqlite-3.7.2 compiled with '--enable-tempstore=yes' fails backup-2.37.1 test
on my linux environment. Is this known issue?
I tried following operations and got test failure:
$ tar xvfz sqlite-3.7.2.tar.gz
$ cd sqlite-3.7.2
$ ./configure --enable-tempstore=yes
$ make
$ make test
:
snip
:
backup-2.36.3... Ok
backup-2.37.1...
Expected: [SQLITE_OK]
Got: [SQLITE_READONLY]
backup-2.37.2... Ok
./testfixture: no such table: temp.t1
while executing
"$db one "SELECT md5sum(a, b) FROM ${file}.t1" "
(procedure "data_checksum" line 1)
invoked from within
"data_checksum $db2 $file2"
(procedure "test_contents" line 4)
invoked from within
:
snip
thanks,
Hiromasa YOSHIMOTO
_______________________________________________
sqlite-users mailing list
[email protected]
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users