- b9bf2aa Version 3.7.6.1 by drh ยท 15 years ago version-3.7.6.1
- b7098f0 Bump the version number to 3.7.6.1 in preparation for a bug-fix release. by drh ยท 15 years ago
- 2aa5a00 Make sure the array of overloadable system calls is always correctly by drh ยท 15 years ago
- ab8fe22 Version 3.7.6. by drh ยท 15 years ago version-3.7.6
- a6c4749 Do not override the fchmod system call in unix unless the by drh ยท 15 years ago
- c6e4172 Updates to the OS/2 patches. This change also move the location of a global by drh ยท 15 years ago
- 68bf067 Fix a signed integer overflow problem in the testcase() macro. by drh ยท 15 years ago
- 6950c61 Apply OS2 WAL patch. Changes to os_os2.c only. by dan ยท 15 years ago
- 9020de6 Change exists.test to run all tests with and without "PRAGMA journal_mode=WAL". by dan ยท 15 years ago
- bce7365 Add a simple test program to aid in verifying that journals are cross-platform. by drh ยท 15 years ago
- 66f0dcb Add test file unordered.test. by dan ยท 15 years ago
- 806ebcb Remove an always-true conditional. Replace it with an assert(). by drh ยท 15 years ago
- 5796675 Add VerifyCookie instructions to "DROP XXX IF EXISTS" statements if the specified database object does not exist when the statement is prepared. by dan ยท 15 years ago
- 7687c83 Add an OP_VerifyCookie instruction to "CREATE XXX IF NOT EXISTS" commands. This way, if the specified database object existed when the statement was compiled but removed from the database before sqlite3_step() was called, the statement still works as expected (and creates the object). by dan ยท 15 years ago
- c2822b7 If the keyword "unordered" appears at the end of the SQLITE_STAT1.STAT by drh ยท 15 years ago
- 2184fc7 Back out the SQLITE_OMIT_UNIQUE_ENFORCEMENT compile-option. It is an unneeded by drh ยท 15 years ago
- 9f6106f When ATTACH-ing a new database to an existing database with a codec, do by drh ยท 15 years ago
- 2b89fbc Do not do a backup if the number of reserved bytes in the source and by drh ยท 15 years ago
- ea6dc44 Always make sure the left-hand side of the IS NOT NULL operator is a by drh ยท 15 years ago
- 1c15210 Add some rtree tests to the backcompat.test script. by dan ยท 15 years ago
- e620c5e Fix incrvacuum2.test so that it works with the inmemory_journal permutation. by dan ยท 15 years ago
- 041e09f Change two new internal functions in where.c from global to file scope. by drh ยท 15 years ago
- 1b855bb Add test case to verify [d03d63d77e] works. by dan ยท 15 years ago
- 93b4fc7 When searching a list of freelist trunk pages looking for a specific page by drh ยท 15 years ago
- fe98f9b Avoid running thread1.test or thread2.test if SQLITE_MUTEX_NOOP is defined. by dan ยท 15 years ago
- 7329ed9 Do not run multi-threaded Tcl tests if the library was built with SQLITE_MUTEX_NOOP defined. by dan ยท 15 years ago
- b73da5b Fix test script attach4.test so that it works with type 1 VFS implementations (no wal). And wal.test so that it work with a small default pager cache size. by dan ยท 15 years ago
- cef8368 Fix a couple of MSVC compiler warnings; by shaneh ยท 15 years ago
- 18e2d06 Fix an issue with an analyze test. No code changes. by shaneh ยท 15 years ago
- 8b2b2e6 Fix typos in documentation comments. No changes to code. by drh ยท 15 years ago
- dc5b047 Fix a performance regression: Keep two btree masks in each prepared by drh ยท 15 years ago
- dc5df0f Fix a benign inaccuracy in the os_unix.c SQLITE_FCNTL_SIZE_HINT code. by dan ยท 15 years ago
- bb2b441 Changes to support building with various SQLITE_OMIT_XXX options defined. by dan ยท 15 years ago
- 6d59c2c Update a comment in sqliteLimit.h. No changes to code or tests. by dan ยท 15 years ago
- 5608973 Add configurations featuring the -ftrapv switch and large values for SQLITE_MAX_ATTACHED to releasetest.tcl. by dan ๏ฟฝ๏ฟฝ 15 years ago
- fcd71b6 Suppress many harmless compiler warnings, mostly signed/unsigned comparisons by drh ยท 15 years ago
- 1a86f50 Simplifications to the sqlite3BtreeEnterAll() and LeaveAll() routines. by drh ยท 15 years ago
- d3ef5ae Simplifications to the sqlite3ResetInternalSchema() logic to eliminate by drh ยท 15 years ago
- 8d4991e Remove dead code from the OP_JournalMode opcode in the VDBE. by drh ยท 15 years ago
- e54e051 Remove the mutex counter and the logic that attempts to verify that btree by drh ยท 15 years ago
- ce8e5ff When committing a WAL transaction, do not write any pages to the WAL file with page numbers greater than the size of the database image in pages. by dan ยท 15 years ago
- 0d8bba9 Fix a documentation typo. by drh ยท 15 years ago
- 959b6a9 Merge the scheme-parse-refactor changes into trunk: (1) added by drh ยท 15 years ago
- 8d12942 Fix the P4_TRANSIENT constant so that it works correct - so that it really by drh ยท 15 years ago
- 0bfc2d1 Improved comment on the sqlite3SrcListLookup function. by drh ยท 15 years ago
- 14a7fa9 Added ifcapable wal to some test scripts; by shaneh ยท 15 years ago
- 6faa5fd Added ifcapable utf16 to a few test cases; by shaneh ยท 15 years ago
- 03faf63 Add a comment to the VACUUM implementation explaining when all schemas are by drh ยท 15 years ago schema-parse-refactor
- 3a2d29f Changes for consistent use of SQLITE_OS_UNIX and removal of legacy OS_UNIX from testfixture source; by shaneh ยท 15 years ago
- cdf011d Additional schema mutex checks for sqlite3RootPageMoved(). by drh ยท 15 years ago
- 9bbc2e2 Minor comment typo corrections. Simplify an assert. No functional changes. by drh ยท 15 years ago
- 2120608 Add a description of access rules for the Schema object and lots of asserts by drh ยท 15 years ago
- 6a64d67 Add the "--start=[permutation:][testfile]" option to tester.tcl. For starting quick.test or all.test at the nominated permutation and/or test file. by dan ยท 15 years ago
- f32021d Merge test_syscall.c fix from the trunk. by dan ยท 15 years ago
- 68db57b Have test_syscall.c include "sqliteInt.h". Otherwise the SQLITE_OS_UNIX symbol may not be defined correctly. by dan ยท 15 years ago
- b6ee660 Rename sqlite3SchemaFree() to sqlite3SchemaClear() to more accurately reflect by drh ยท 15 years ago
- e038f85 Merge in the latest changes from trunk. by drh ยท 15 years ago
- 7b94e7f Move the expired-statement test for OP_Function until after all memory has by drh ยท 15 years ago
- 26ec621 Changes to oserror.test and syscall.test so that they work with the in-memory journal permutation test. by dan ยท 15 years ago
- dfdc48e Suppress unused parameter warnings in sqlite3VdbeEnter() and related routines. by drh ยท 15 years ago
- bdaec52 Remove the BtreeMutexArray object - use the Vdbe.btreeMask field to accomplish by drh ยท 15 years ago
- dddd779 Make sure that the constant 1 is cast to yDbType before shifting to create by drh ยท 15 years ago
- 4fa7d7c Fix typos in comments. No changes to code. by drh ยท 15 years ago
- 069d325 Merge in the latest changes from trunk. by drh ยท 15 years ago
- 6412358 Change the name of the "tAttachMask" datatype to "yDbMask". by drh ยท 15 years ago
- 51438a7 Avoid returning SQLITE_NOTFOUND when the unix xSetSystemCall interface is invoked with NULL passed as the second argument, even if all the default system calls are already installed. by dan ยท 15 years ago
- ff2e14b When resetting any non-TEMP schema, also reset the TEMP schema since it might by drh ยท 15 years ago
- c7792fa Begin a series of changes designed to reduce the scope and frequency of by drh ยท 15 years ago
- 6c15487 Fix a race condition in OP_ParseSchema. by dan ยท 15 years ago
- 82346d9 Do not attempt to run tests that use the 'wholenumber' virtual table if the build does not support virtual tables. by dan ยท 15 years ago
- de17f94 Fix additional test cases so that they work with DEFAULT_AUTOVACUUM. by dan ยท 15 years ago
- 70586be Add the "wholenumber" virtual table module to the test suite - useful in by drh ยท 15 years ago
- 8689bc3 Fix up the Makefile.in so that the configuration script works for "make test". by drh ยท 15 years ago
- f5a8a91 Merge the word-fuzzer branch into trunk. by drh ยท 15 years ago
- 1b05c42 Add additional test data and documentation to the fuzzer virtual table. by drh ยท 15 years ago word-fuzzer
- 7fa65fb Changes to wal tests so that they work with DEFAULT_AUTOVACUUM defined. by dan ยท 15 years ago
- d820b42 Merge the multiplexer enhancements back into the trunk. by drh ยท 15 years ago
- 1d21021 Add a script that will break the amalgamation source file up into 4 or 5 by drh ยท 15 years ago
- e433235 Change analyze7.test so that it works without SQLITE_ENABLE_STAT2 defined. by dan ยท 15 years ago
- f187495 When simulating an error in the close() system call, close the file descriptor anyway. Otherwise long running tests leak too many file-descriptors and crash. by dan ยท 15 years ago
- be53500 Ensure that it is not possible to add a column to a system table using ALTER TABLE. by dan ยท 15 years ago
- 295867b Merge the ANALYZE-index enhancement into trunk. by drh ยท 15 years ago
- 3801b65 Removed dependency on sqliteInt.h so that multiplex VFS shim can be compiled as loadable module. by shaneh ยท 15 years ago multiplex-enhancements
- be28a9b Test cases for ANALYZE-index. by drh ยท 15 years ago analyze-idx
- 026663d Move a variable declaration inside an #ifdef to avoid a compiler warning. by drh ยท 15 years ago
- ea83bc6 In os_unix.c, do not return SQLITE_BUSY to SQLite following an error in fcntl(F_UNLCK), regardless of the value of errno. by dan ยท 15 years ago
- 211fb08 Fix some problems in os_unix.c when compiled with ENABLE_LOCKING_STYLE on OSX. Also some minor issues with test scripts. by dan ยท 15 years ago
- ce62d93 Fix two compiler errors associated with non-standard compile-time options. by drh ยท 15 years ago
- 76a32a8 Fix a compiler warning and an unreachable branch. Restore 100% branch test by drh ยท 15 years ago
- c27fa4b Enable/disable support. by shaneh ยท 15 years ago
- d8ce22b Tests and bug fixes for SELECT multiplex_control(op, val); by shaneh ยท 15 years ago
- 78c4de4 Additional test cases; Round chunk size up to a multiple of max page size; by shaneh ยท 15 years ago
- a071bc5 Change the ANALYZE command so that it will accept an index name as its by drh ยท 15 years ago
- ac03968 Updates to multiplex.test script; misc. bug fixes; by shaneh ยท 15 years ago
- 661d71a Further tests for os_unix.c. by dan ยท 15 years ago
- f6cf1ff Do not generate sqlite_stat1 entries for empty tables when running by drh ยท 15 years ago
- 2a0e00b Move to an O(NlogN) algorithm for the priority queue. An insertion sort by drh ยท 15 years ago
- f938a87 Add support for rowid. by drh ยท 15 years ago
- 5ef47bf Add tests to syscall.test and sysfault.test. by dan ยท 15 years ago
- c8e27ab The first simple test-case appears to be working now. by drh ยท 15 years ago