]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2010-07-08  shanehFix warning in test fixture code.
2010-07-08  shanehFix test case number issue in walcrash.test.
2010-07-08  danFix to lock5.test so that it runs with the inmemory_jou...
2010-07-08  shanehFixed a few tests in pagerfault.test so they work corre...
2010-07-08  danChanges to test scripts so that the "inmemory_journal...
2010-07-08  danAdd tests to walmode.test.
2010-07-08  shanehChanges to os_win.c to have it simulate IO errors like...
2010-07-07  drhMake the initial salt values in the WAL header random...
2010-07-07  drhAdd the write-ahead log viewer/debugger tool to the...
2010-07-07  shanehFix issue in mallocI test script where db handle not...
2010-07-07  danAdd further test cases to savepoint.test.
2010-07-07  danWhen rolling back a savepoint, reset the changeCountDon...
2010-07-07  shanehWhen using MSVC to build test code, suppress the popup...
2010-07-07  shanehFix some MSVC compiler warnings in the ASYNC extension.
2010-07-07  danMerge together another accidental fork.
2010-07-07  shanehFix test numbering issue in nan.test.
2010-07-07  danDo not make the SQLITE_FCNTL_SIZE_HINT call if an error...
2010-07-07  shanehClose the file handle before returning. TCL test scrip...
2010-07-07  shanehFixed a new error introduced by last check-in of os_win...
2010-07-07  drhRemove two more testcase() macros that require 4GiB...
2010-07-07  drhRemove a testcase() macro that would require a 4GiB...
2010-07-07  drhFix a compiler warning in PRAGMA journal_mode.
2010-07-07  drhAvoid the need for a NEVER() from pager_write_pagelist...
2010-07-07  drhMerge together the accident fork.
2010-07-07  shanehFix minor issue in xAccess() method for Windows.
2010-07-07  danMake sure the schema is loaded before preparing a ...
2010-07-07  drhAdd testcase macros to ensure that large-file cases...
2010-07-07  danRun some fts3 tests as part of the "wal" permutation.
2010-07-07  danChange the async-IO extension to return SQLITE_IOERR_SH...
2010-07-07  danFix a problem with writing to databases larger than...
2010-07-07  drhRemote the SQLITE_OMIT_GLOBALRECOVER macro - it is...
2010-07-06  shanehMinor changes to Makefile.in to bring it more inline...
2010-07-06  shanehChanges to pager1.test to support Windows.
2010-07-06  shanehModified the xWrite() method on Windows to differentiat...
2010-07-06  danDo not do the *-closeallfiles test for notify2.test...
2010-07-06  danBefore calling Tcl_ExitThread() in a multi-threaded...
2010-07-06  drhReorder variable declarations in the previous check...
2010-07-06  danEnsure the correct error code is returned if an attempt...
2010-07-05  drhModify the VFS xAccess() method on winNT so that it...
2010-07-05  danSimplify the previous commit by removing the pagerCheck...
2010-07-05  danAllocate a buffer containing the full path-name to...
2010-07-05  drhWhen rolling back page 1 from a journal, restore the...
2010-07-05  danDo not report an error if the open-file-count is not...
2010-07-05  danCall Tcl_ExitThread() from within threads created using...
2010-07-05  danAdd any files specified as part of the QUICKTEST_INCLUD...
2010-07-05  danFix typos in permutations.test.
2010-07-03  danDo not run the memsubsys1.test script under the memsubs...
2010-07-03  drhRemove the unused xRename() method from the sqlite3_vfs...
2010-07-03  danFurther changes to test scripts so that the "inmemory_j...
2010-07-03  danFix a bug in the permutations.test script.
2010-07-03  danFix an assert in pager.c. And various test cases that...
2010-07-03  danFix an assert in pager.c. And various test cases that...
2010-07-03  drhCherry-pick the correct changes out of the recent ...
2010-07-03  drhRemove code accidently appended to pager.c.
2010-07-03  drhPrint the SQLite source_id() string when running speed...
2010-07-03  danFix an assert() in pager.c added by the previous commit...
2010-07-03  danDo not attempt to open a WAL file for an in-memory...
2010-07-03  danChange code in OP_Rewind to avoid a valgrind warning...
2010-07-03  drhFix a buffer overrun in the where.c. Problem detected...
2010-07-02  shanehChanges to os_win.c to have it return same error code...
2010-07-02  drhOmit the OP_JournalMode opcode from the VDBE when SQLIT...
2010-07-02  danFix a bug in test_vfs.c causing an assert to fail....
2010-07-02  danDo not run the tests in notify3.test unless the unlock...
2010-07-02  drhTake out the incomplete initializer on the constant...
2010-07-02  shanehFix a couple more compiler warnings under MSVC.
2010-07-02  drhFix compiler warnings in the proxy locking code.
2010-07-02  drhRemove a couple of C++ style comments from pager.c.
2010-07-02  shanehFix some warnings when compiling under MSVC.
2010-07-02  danAdd initializers for the xShmXXX() members to an sqlite...
2010-07-02  drhRemove an unused call to sqlite3PageBegin() from pager_...
2010-07-02  danRun tkt-9d68c883.test along with the other pager.c...
2010-07-02  danAdditional test cases to cover branches in pager.c.
2010-07-02  drhAdd a NEVER to sqlite3PagerCommitPhaseTwo() because...
2010-07-01  drhIf you delete a database file but not its *-wal file...
2010-07-01  danAdd tests to pager1.test and pagerfault.test.
2010-07-01  danAdd pager test cases. Change a condition in pager.c...
2010-06-30  danAdd further test cases. Fix an assert() in pager.c.
2010-06-30  danDo not call pager_open_journal() from within PagerBegin...
2010-06-30  danAdd coverage test cases. Have sqlite3_backup_step(...
2010-06-29  danAdd tests to pager1.test and pagerfault.test.
2010-06-28  danAdd extra pager tests.
2010-06-28  danFix some errors when compiling with SQLITE_OMIT_WAL.
2010-06-28  danRemove debugging code from test script.
2010-06-28  danCurrently, if SQLite cannot find a table or index refer...
2010-06-26  drhMake walIndexTryHdr() a private function. Fix an issue...
2010-06-26  drhSuppress various compiler warnings.
2010-06-26  drhFix two asserts on the scratch allocator to allow for...
2010-06-26  drhSuppress a couple uninitialized variable warnings.
2010-06-26  danAdd test file tkt-d11f09d36e.test.
2010-06-26  drhRemove a NEVER() in pager that can in fact be reached...
2010-06-26  danFix a case where the doNotSyncSpill flag may remain...
2010-06-26  danWhen synchronous=NORMAL, use the same journal file...
2010-06-25  danFurther test cases for pager1.test and pagerfault.test.
2010-06-25  danReduce the average (but not maximum) size of the alloca...
2010-06-25  danReduce the size of the large allocation (approx 8KB...
2010-06-25  drhFix up a branch in sqlite3ValueFromExpr() so that we...
2010-06-25  drhChange the name of the shared-memory file on windows...
2010-06-25  danModify the merge-sort in wal.c so that it does not...
2010-06-24  danAdd test cases to pager1.test and pagerfault.test.
2010-06-24  drhRevert to allowing a cache spill during writes of multi...
next