- 6113450 Remove an unnecessary condition. by drh ยท 14 years ago uninit-vdbe-mem
- 7fd3c07 Remove an unnecessary initialization of Vdbe.aOnceFlag. by drh ยท 14 years ago
- ec86c72 Take out the OP_JumpOnce opcode. Revert compound SELECT to use OP_IfNot, by drh ยท 14 years ago
- f4d31bc Previous check-in broke auto-increment. This check-in appears to fix it. by drh ยท 14 years ago
- b8475df Make no assumptions about the initial state of VDBE registers. by drh ยท 14 years ago
- 1d8cb21 Modify the OP_Once opcode so that it works correctly in trigger sub-programs. This is a candidate fix for [7bbfb7d442]. by dan ยท 14 years ago
- 254582f The Windows OS flavor #ifdefs must be performed after the 'windows.h' file has been included. by mistachkin ยท 14 years ago
- f1c5726 Hand merge the zone allocator for MacOS from the apple-osx branch. by drh ยท 14 years ago
- 8dd4afa In persistent WAL mode, truncate the WAL file to the size specified by the by drh ยท 14 years ago
- c4eef45 Follow the previously established pattern for detecting preprocessor defines for specific flavors of Windows (for NT in this case). by mistachkin ยท 14 years ago
- 23b1b37 Cherrypick the [7e5b56b1c6] fix for the sqlite3SelectDup() routine into trunk. by drh ยท 14 years ago
- ed51f29 Add file tkt-3a77c9714e.test, containing tests to verify that the problem documented by ticket [3a77c9714e] has been fixed. by dan ยท 14 years ago
- cdc6955 Do not reuse temp registers originally allocated to a subroutine within by drh ยท 14 years ago
- 5833089 Merge the winGetLastError fixes into trunk. by drh ยท 14 years ago
- d4e244a Remove unused fields from the Parse object. Documentation and formatting by drh ยท 14 years ago
- 76a3aca Remove unused boolean fields from the UnpackedRecord object. by drh ยท 14 years ago
- 4dd65e0 Removed the unused "type" field from the CollSeq (collating sequence) object. by drh ยท 14 years ago
- 5c0c56b Update the version number to 3.7.10. by drh ยท 14 years ago
- 814d6a7 Fix a typo in the documentation for sqlite3_stmt_busy(). by drh ยท 14 years ago
- 2fb6693 Add the sqlite3_stmt_busy() interface. by drh ยท 14 years ago
- d1ef9b6 Cleanup the semantics surrounding use of the GetLastError function on Windows. by mistachkin ยท 14 years ago winGetLastError
- 5e4461b Change the multiplexor to use a 3-digit suffix. by drh ยท 14 years ago
- 21495ba Improvements to the documentation of the sqlite3_db_filename() interface. by drh ยท 14 years ago
- 070ad6b Restore the test for sqlite3OsFullPathname() failure that was mistakenly by drh ยท 14 years ago
- 283829c Add the sqlite3_db_filename() interface. by drh ยท 14 years ago
- f20fb8c Back out the [ceee03c79a] change. by drh ยท 14 years ago
- 09419b4 Add the sqlite3_db_release_memory() interface and the shrink_memory pragma. by drh ยท 14 years ago
- 870c017 Merge the PCACHE2 changes into trunk. by drh ยท 14 years ago
- d236b16 Change the multiplexor suffix from 2 to 3 digits. by drh ยท 14 years ago 3-digit-multiplex-suffix
- 8f10acd Remove code made obsolete by the changes to index processing that allow by drh ยท 14 years ago
- 6f13323 Fix an invalid assert() statement added by [3b58f5f066]. by dan ยท 14 years ago
- 0c733f6 Where possible, take advantage of the rowid at the end of index records to optimize range constraints (<, >, <=, >=) on the rowid column. by dan ยท 14 years ago
- bf567db Update memsubsys1.test to account for the recently increased size of the MemPage structure in btreeInt.h. by dan ยท 14 years ago
- 3f5b98d Forward port the 8-byte alignment fix from branch-3.7.9. by drh ยท 14 years ago
- e09b84c Fix a 8-byte alignment problem that causes a SIGBUS on Sparc. by drh ยท 14 years ago
- 81ef0f9 Add a version number to the sqlite3_pcache_methods2 object. Other PCACHE2 by drh ยท 14 years ago experimental-pcache
- f923f82 Attempt to modify btree.c so that it assumes that calls to sqlite3PagerWrite() by drh ยท 14 years ago
- d515660 Remove a couple of incorrect assert statements so that the test suite will by drh ยท 14 years ago
- cc682cc Merge the windows xSyscall enhancements into trunk. by drh ยท 14 years ago
- 6c3c1a0 Make sure to flag benign malloc failures in the Windows VFS as such. Expand use of the DO_OS_MALLOC_TEST to cover the VFS functions that can now return an out of memory error. Support an experimental --match option to the test suite that will run only those tests matching the specified pattern. by mistachkin ยท 14 years ago winSyscall
- 4cb5f43 Catch and report errors from sqlite3OsFullPathname(). by drh ยท 14 years ago
- 5f07538 Remove use of malloc and free from the Windows VFS. Also, prevent sqlite3BtreeOpen from assuming that sqlite3OsFullPathname cannot fail. by mistachkin ยท 14 years ago
- 318507b Work in progress to implement the 'syscall' functionality for Windows. by mistachkin ยท 14 years ago
- c907473 Pull over all the latest changes from trunk. by drh ยท 14 years ago
- 3def235 Make sure a corrupt index does not cause a buffer overread in by drh ยท 14 years ago
- a9664a1 Expand passing of a last error argument to the getLastErrorMsg function. Also, remove unused SQLITE_W32_THREADS define. by mistachkin ยท 14 years ago
- 2aef997 In winAccess, save the Win32 last error value prior to invoking user logging callback. Also, explicitly pass the Win32 last error value to winLogError in order to keep it accurate. Fixes a problem reported on the mailing list. by mistachkin ยท 14 years ago
- 61a4bd5 Follow-on to the previous check-in to prevent a division by zero if the by drh ยท 14 years ago
- 8225d66 Use sqlite3MallocSize() to get the actual size of the memory allocation by drh ยท 14 years ago
- d6ca4b9 Omit an unnecessary Sleep() call in windows pending-lock retry by drh ยท 14 years ago
- 3212119 When compiling with MSVC, use the _msize function. by mistachkin ยท 14 years ago
- e73c914 Minor changes needed to restore full branch test coverage. by drh ยท 14 years ago
- 3b42abb A negative value N for the cache_size pragma adjusts the number of cache by drh ยท 14 years ago
- 6a8ab6d For the mem1.c system malloc implementation, use the malloc_usable_size() by drh ยท 14 years ago
- e5c40b1 Update the API documentation for the new pcache2 interface. Change the by drh ยท 14 years ago
- 22e21ff Experimental change to the pcache interface to allow page buffers to be allocated separately from their associated container structures. by dan ยท 14 years ago
- 5802464 Make the unix VFS tolerant of read() calls that return less than the by drh ยท 14 years ago
- a46739e Amplify the restriction on commit-hooks that they cannot recursively by drh ยท 14 years ago
- f4fd9ed Add a makefile target for tclsqlite3.c to Makefile.in. by drh ยท 14 years ago
- bf3f5f8 Change the default file format from 1 to 4. This means that, unless by drh ยท 14 years ago
- f673e09 Move function sqlite3PagerClearCache() out of the "ifndef SQLITE_OMIT_WAL" block and into an "ifndef SQLITE_OMIT_VACUUM" block. by dan ยท 14 years ago
- ccdf1ba Update the xfer optimization code so that the xfer optimization can be used by drh ยท 14 years ago
- d282861 Change a memcpy() in sqlite3FileSuffix() to memmove() on the grounds that the source and destination may overlap. by dan ยท 14 years ago
- 689e38f Add a missing va_end() macro to fts3.c. by dan ยท 14 years ago
- 9ef6bc4 Use mkdir() and rmdir() rather than open() and unlink() to create the lock by drh ยท 14 years ago
- 6ac7a58 Enhance the shell so that the ".schema" command works with case insensitive by drh ยท 14 years ago
- e7224a0 Make sure the INSERT INTO ... SELECT statement works correctly even when by drh ยท 14 years ago
- 75e700c Version 3.7.9 by drh ยท 14 years ago version-3.7.9
- 76c67dc Fix a typo in a comment. No code changes. by drh ยท 14 years ago
- 042f88e Add new file ext/fts3/README.content, describing the experimental FTS4 content option. by dan ยท 14 years ago
- 9fc160c Update fts3fault.test to account for the sqlite3_errmsg() related changes in [8f88cc4e61] and [dcb7879347]. by dan ยท 14 years ago
- 0902434 Update fkey_malloc.test to account for the sqlite3_errmsg() related changes in [8f88cc4e61] and [dcb7879347]. by dan ยท 14 years ago
- 3b504df Add a test for [48f29963] that does not depend on FTS. by dan ยท 14 years ago
- 0d1ee48 Fix some code formatting in sqlite3Ext.h to avoid lines longer than 80 by drh ยท 14 years ago
- 341cade Avoid attempting to call savepoint related methods on deleted sqlite3_vtab objects. Fix for [48f299634a]. by dan ยท 14 years ago
- 81bdd6d Avoid reporting a NOMEM error if a memory allocation fails while copying by drh ยท 14 years ago
- 029ead6 If an error occurs within sqlite3_step() on a statement prepared using sqlite3_prepare_v2(), transfer both the error code and error message to the database handle before sqlite3_step() returns (so that they are available via sqlite3_errcode() and sqlite3_errmsg(). Prior to this commit, only the error code was transfered. The error message was not available until after either sqlite3_reset() or sqlite3_finalize() had been called on the statement handle. by dan ยท 14 years ago
- 7abc540 Avoid a harmless reference to an uninitialized variable following an by drh ยท 14 years ago
- 74e7c8f Purge lingering references to SQLITE_STAT2 from the code and test scripts. by drh ยท 14 years ago
- f9b22ca Remove stale requirements marks from the query planner. by drh ยท 14 years ago
- 1a83bc5 If an error occurs while writing to the database file during a VACUUM, discard the contents of the in-memory cache. This is required as if the database is a zipvfs database, the contents of the cache may be inconsistent with respect to the database as stored on disk. by dan ยท 14 years ago
- d337c5b Fix an issue with finding the access permissions of journal files when by drh ยท 14 years ago
- 60bdeb2 Enhancements to the omittest.tcl script used to verify that the by drh ยท 14 years ago
- 6ed18b7 Fix harmless compiler warnings in FTS4. by drh ยท 14 years ago
- d76b64e Fix comments on SQLITE_CONFIG_HEAP so that they do not interfere with the by drh ยท 14 years ago
- e459b07 Merge the fts4-content branch with the trunk. by dan ยท 14 years ago
- 9743948 Have FTS3 ignore ^ prefixes. The ^ syntax is only supported on FTS4 tables. by dan ยท 14 years ago fts4-content
- d17f70a Change the way ^ tokens work in FTS so that the filtering is done as part of reading the FTS index instead of waiting until an entire doclist has been retrieved and then filtering it. by dan ยท 14 years ago
- 8653fa8 Add tests for FTS ^ searches and matchinfo(). by dan ยท 14 years ago
- 50a7544 Fix a problem in FTS to do with ^ tokens and the snippet() function. by dan ยท 14 years ago
- 98655a6 Fix the virtual table rename logic so that it works even if the database by drh ยท 14 years ago
- 3f1ea8d If a token within an FTS query is prefixed with a '^' character, it must be the first token in a column of data to match. by dan ยท 14 years ago
- a2153f7 Fix an uninitialized variable in OR-clause processing. by drh ยท 14 years ago
- e802c5d Improved handling of USING and NATURAL JOIN in 3-way and higher joins. by drh ยท 14 years ago
- a986d33 Cherrypick patch [3126754c72] from the trunk into the content= branch. by dan ยท 14 years ago
- 42495cd Fix a floating-point exception that can occur when an FTS4 query contains a large number of tokens connected by AND or NEAR operators. by dan ยท 14 years ago
- 057fc81 Change the OP_JournalMode implementation so that it works even if a by drh ยท 14 years ago
- 57db4a7 Avoid 32-bit integer overflow when evaluating the exponent of a floating point by drh ยท 14 years ago
- 2458a2e Performance improvement for ascii to floating-point conversions with very by drh ยท 14 years ago
- 30ddce6 Added the tool/warnings-clang.sh script. Changes so that there are no by drh ยท 14 years ago