]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2010-07-13  drhImproved documentation for the SQLITE_ACCESS_* constant...
2010-07-13  danAdd proposed interface change to sqlite.h.in. This...
2010-07-13  danFixes to the pcache10 and pcache90 permutations.
2010-07-13  danFix problems with running the async.test script.
2010-07-12  shanehUpdates to comments and code organization to reflect...
2010-07-12  danFix test_stat.c so that it does not cause compilation...
2010-07-12  drhFix makefiles so that they build sqlite3_analyzer again...
2010-07-12  danIn the async-IO module, do not increment the open file...
2010-07-12  danChanges so that the space-analyzer script works with...
2010-07-09  shanehExclude a few more FTS modules from the "in memory...
2010-07-09  shanehExclude fts3cov.test from the "in memory" permutation...
2010-07-09  shanehFix warning under MSVC.
2010-07-09  drhReformat WAL code for clearer presentation. Update...
2010-07-08  drhAdd a test case to cover code that was left untested...
2010-07-08  shanehFix test case numbering in backup_malloc.test and issue...
2010-07-08  drhChange the journal_mode pragma to remove the "default...
2010-07-08  shanehMerged experimental crashsql() into trunk.
2010-07-08  shanehChanges to get crashsql() working on Windows.
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.
next