1
0
mirror of https://github.com/sqlite/sqlite.git synced 2025-07-30 19:03:16 +03:00

Continuing work on journal_mode. Journal_mode=persist now appears to be

working, though additional testing would be welcomed. (CVS 5033)

FossilOrigin-Name: 277e4099cee9105e1801a6d7f5d477f0d2efa858
This commit is contained in:
drh
2008-04-19 20:34:18 +00:00
parent 981642f389
commit 16e45a4306
9 changed files with 331 additions and 34 deletions

View File

@ -6,7 +6,7 @@
#***********************************************************************
# This file runs all tests.
#
# $Id: veryquick.test,v 1.2 2008/04/10 13:33:18 drh Exp $
# $Id: veryquick.test,v 1.3 2008/04/19 20:34:19 drh Exp $
proc lshift {lvar} {
upvar $lvar l
@ -64,6 +64,7 @@ set EXCLUDE {
interrupt.test
ioerr.test
ioerr2.test
jrnlmode3.test
loadext.test
mallocAll.test
malloc.test