]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2012-03-14  mistachkinFix macro issues for osGetProcessHeap and sqlite3_win32...
2012-03-14  mistachkinFix typos, use #if instead of #ifdef when checking...
2012-03-14  mistachkinAvoid redefining macros. Enable use of the Win32 nativ...
2012-03-14  mistachkinRemove SQLITE_OS_WINRT setting from MSVC makefile.
2012-03-14  mistachkinAdd warning to the docs about changing the data directo...
2012-03-14  mistachkinAdd experimental support for resolving relative databas...
2012-03-13  mistachkinAdd assert to verify the number of characters to write...
2012-03-13  mistachkinDefer creation of the sleep event object until it is...
2012-03-13  mistachkinCleanup the Windows syscall table, removing the unused...
2012-03-13  mistachkinMore changes required to compile for WinRT using VS...
2012-03-08  mistachkinMerge test current directory value fix from trunk and...
2012-03-08  mistachkinOn Windows, make sure the returned test current directo...
2012-03-08  mistachkinMerge and manually resolve testing updates from trunk.
2012-03-08  mistachkinOn Windows, make sure the current directory value used...
2012-03-07  mistachkinWhen compiled for WinRT, use the CreateFile2 and LoadPa...
2012-03-07  drhMerge in the latest trunk changes.
2012-03-06  mistachkinFix for test issues when there is no current directory...
2012-03-05  mistachkinAdd compile-time define to indicate if the VFS supports...
2012-03-05  danFix a problem compiling the test code in fts3_test...
2012-03-05  danMerge the fts4-languageid branch with the trunk.
2012-03-04  mistachkinWhen creating the event used to sleep on WinRT, request...
2012-03-03  danAdd the xLanguageid method to sqlite3_fts3_tokenizer... fts4-languageid
2012-03-03  mistachkinWhen compiled for WinRT, avoid using MapViewOfFile...
2012-03-03  drhAdd a test case for ticket [3557ad65a076c].
2012-03-03  drhFix a bug [3557ad65a07] that causes incorrect DISTINCT...
2012-03-02  mistachkinWhen compiled for WinRT, avoid using the FORMAT_MESSAGE...
2012-03-02  mistachkinFix test pragma-19.5 so that it works on file names...
2012-03-02  mistachkinWhen running on Windows with an NT-based kernel, always...
2012-03-02  drhRemove an obsolete comment from FTS3. No code changes.
2012-03-02  danFix problems with combining content= and languageid...
2012-03-02  danAdd test for FTS 'rebuild' command.
2012-03-02  mistachkinAdd new Win32 APIs used to the system call table. ...
2012-03-02  danFix the FTS 'optimize' command on multi-lingual databases.
2012-03-02  danFix a bug in merging FTS language tables for languages...
2012-03-02  drhOmit all ANSI APIs for winRT.
2012-03-01  drhUse GetInformationByHandleEx() instead of GetFileSize...
2012-03-01  drhDo not run the large file tests if a file named "skip...
2012-03-01  drhUse SetFilePointerEx() instead of SetFilePointer()...
2012-03-01  drhFix a typo in the header comment of sqlite3_commit_hook().
2012-03-01  drhUse WaitForSingleObjectEx() as a substitute for Sleep...
2012-03-01  drhAdd recognition of the SQLITE_OS_WINRT compile-time...
2012-03-01  danAdd the "languageid=" option to fts4. This code is...
2012-03-01  drhAdd back in some #includes that were removed incorrectl...
2012-03-01  drhRemove unused #defines from os.h.
2012-02-28  danFix spurious errors that may occur if an empty database...
2012-02-28  danFix a case where an error code was being overwritten...
2012-02-27  drhFix the xDelete implementation of the multiplexor VFS...
2012-02-24  drhSeparate multiplexor overflow pages for -wal and -journ...
2012-02-24  drhFix the multiplexor so that it works with WAL mode...
2012-02-24  drhAdd #ifdef SQLITE_ENABLE_ZIPVFS around those bits of...
2012-02-24  drhIf the SQLITE_FCNTL_PRAGMA file control returns somethi...
2012-02-24  drhA simple change that allows the SQLITE_32BIT_ROWID...
2012-02-23  drhFix an obscure bug that causes a crash when parsing...
2012-02-23  danFix a typo made inside an assert() statement in the...
2012-02-23  danAdd the sqlite3PagerWalFramesize() function to pager...
2012-02-23  drhExpose the sqlite3_stricmp() interface. Add the SQLITE...
2012-02-22  drhMove test logic for SQLITE_FCNTL_PRAGMA out of os_unix... file-control-pragma
2012-02-22  drhIf the SQLITE_FCNTL_PRAGMA file-control returns anythin...
2012-02-22  drhDisable the "filename" pragma implemented by os_unix...
2012-02-22  drhMake benign any malloc failures inside the sqlite3_file...
2012-02-22  drhChange the SQLITE_FCNTL_PRAGMA file-control so that...
2012-02-22  drhBegin adding support for SQLITE_FCNTL_PRAGMA.
2012-02-21  drhAvoid redefining NDEBUG if the fuzzer is included in...
2012-02-21  danPrevent the fuzzer from ever returning a string longer...
2012-02-21  danFurther fuzzer test cases. Fix a case in the fuzzer...
2012-02-21  danAdd further test cases and minor fixes for the fuzzer.
2012-02-20  drhUpdates to the instructions in the header comment of...
2012-02-20  danChange the way the fuzzer (test_fuzzer.c) works so...
2012-02-20  danFix a case in test_fuzzer.c causing transformations...
2012-02-14  drhIncrease the maximum ruleset id in the fuzzer from...
2012-02-14  drhEnhance the fuzzer virtual table to support multiple...
2012-02-13  drhMerge the non-blocking ROLLBACK changes into trunk.
2012-02-13  drhFix a harmless compiler warning introduced by the previ...
2012-02-13  drhOn unix, ignore the umask when creating journal files...
2012-02-13  drhAdd the new SQLITE_ABORT_ROLLBACK extended error code... nonblocking-rollback
2012-02-13  drhChange the ROLLBACK command so that pending statements...
2012-02-13  danChanges to various test scripts so that veryquick.test...
2012-02-13  danFix a typo in the type of the fchown() function in...
2012-02-11  drhMake fchown() an overrideable system call in os_unix.c.
2012-02-11  mistachkinCleanup some directories and files left by the MinGW...
2012-02-11  mistachkinRevise the preprocessor directives used to handle mallo...
2012-02-11  drhSilence GCC compiler warnings about unused return value...
2012-02-11  drhAnother attempt to fix warnings in the randomFunc(...
2012-02-11  drhWhen creating journal files (including -wal and -shm...
2012-02-11  drhRemove a redundant test from the shared-memory logic...
2012-02-10  drhFix a warning coming from the Solaris Studio compiler.
2012-02-10  drhDisable the ability to have multiple values in the...
2012-02-10  drhFix an important bug in the handling of EINTR in unixRe...
2012-02-10  drhFix a boundary case for the integer affinity routine...
2012-02-08  drhAdd an autoconf test for malloc.h and use the results...
2012-02-07  drhCommand-line shell enhancements: Reorganize the "usage...
2012-02-02  drhMore structure packing for smaller objects and less...
2012-02-02  drhReduce the size of the MemPage object by about 32 bytes...
2012-02-02  drhWhen non-aggregate columns occur in an aggregate query...
2012-02-02  drhFix a problem with NULL handling in aggregate min/max... output-minmax-row
2012-02-02  drhFor queries of the form "SELECT p, max(q) FROM t1"...
2012-02-02  drhData structure cleanup. Remove unused fields. Rearran...
2012-02-02  drhSimplified array allocation in the IdList and AggInfo...
2012-02-02  drhFix a possible segfault after an OOM fault. This has...
2012-02-02  drhRemove the nAlloc field from the ExprList object.
next