]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2012-09-12  drhAdd an implementation of the REGEXP operator and functi... regexp
2012-09-12  drhUpdate version number to 3.7.15. Delete some obsolete...
2012-09-11  mistachkinAdded sqlite3_errstr API to translate a result code...
2012-09-10  mistachkinCorrect two duplicated test names.
2012-09-10  drhRemove the stale implementation of the ifnull and coale...
2012-09-10  mistachkinAvoid using the sqlite3ErrStr function in the Tcl packa...
2012-09-10  mistachkinMake header comments for some Tcl test commands more...
2012-09-10  mistachkinRefine error messages in the sqlite3 Tcl command when...
2012-09-10  mistachkinFix typo in documentation for sqlite3_open_v2. No...
2012-09-04  drhAvoid repeating calls to the sqlite3_trace() callback...
2012-09-03  drhVersion 3.7.14 version-3.7.14
2012-09-03  drhFix compiler warnings in test_spellfix1.c
2012-09-03  drhAdd resources describing the version number and other...
2012-09-03  mistachkinInsert additional tab character. win32Resources
2012-09-03  mistachkinLinking and cleaning fixes for the tclsqlite3.exe targe...
2012-09-03  mistachkinAdd Win32 version resources to the applicable binaries...
2012-08-31  drhIn the spellfix phonehash() function, add letter W...
2012-08-31  drhChanges for ERROR_PATH_NOT_FOUND in addition to ERROR_F...
2012-08-30  drhExclude the atof1.test test script from the valgrind...
2012-08-30  danFix an out-of-bounds read in the demonstration code...
2012-08-29  drhFix a typo in a comment in vdbe.c. No changes to code.
2012-08-28  danFix a case where SQLite was failing to detect a syntax...
2012-08-28  mistachkinIssue a log message if the temporary directory has...
2012-08-28  mistachkinEnable the use of a simpler command line when cross...
2012-08-28  drhFormatting changes to the C code example in the documen...
2012-08-28  mistachkinUpdate API docs to include notes about the WinRT tempor...
2012-08-27  drhAdd to #undef statements to the command-line shell...
2012-08-27  drhFix an incorrect assert in the virtual table logic...
2012-08-25  mistachkinFix all known instances of 'repeated the' style typos...
2012-08-25  drhFix a harmless compiler warning.
2012-08-24  drhWhen the same index is used for all OR-terms in a WHERE...
2012-08-24  drhMove field WhereLevel.pCovidx inside the union to Where... multi-or-covering-index
2012-08-24  drhRemove a NEVER() that is in fact reachable on an OOM...
2012-08-24  danAnother test for whereD.test.
2012-08-24  danAdd extra tests to whereD.test.
2012-08-24  danFix a problem to do with multi-or queries and automatic...
2012-08-24  drhMore test cases for OR-optimization covering indices.
2012-08-24  drhAdditional test cases for OR-optimization with covering...
2012-08-24  danExperimental change to support the covering index optim...
2012-08-24  drhMerge the nested aggregate query enhancements into...
2012-08-23  mistachkinMerge changes for the new sqlite3_win32_set_directory...
2012-08-23  drhAdd test cases and fix bugs associated with the previou... nested-agg
2012-08-23  drhFurther improvements to the processing of nested aggreg...
2012-08-22  mistachkinModify the MSVC makefile to make it easier to select...
2012-08-22  mistachkinAdd assert to check that the memory block for the previ... win32SetDir
2012-08-21  mistachkinAdded sqlite3_win32_set_directory API to assist in...
2012-08-21  drhUpdate the spellfix virtual table so that all OOM error...
2012-08-20  danAdd the SQLITE_DISABLE_FTS4_DEFERRED compile time option.
2012-08-20  drhChange the checkSpacing utility program to ignore white...
2012-08-20  drhSilence harmless compiler warnings in the test code.
2012-08-20  drhRemove tab characters from source code files. Replace...
2012-08-20  drhAdd a command-line program to tool/ that will check...
2012-08-17  drhClarify that the number-of-bytes parameter to sqlite3_b...
2012-08-17  mistachkinFix MSVC compiler warning in the spellfix module. ...
2012-08-17  mistachkinSkip defining some WAL specific things in the Win32...
2012-08-15  drhChanges to the spellfix test script to make the results...
2012-08-15  drhChange autoconf so that the --with-tcl=DIR option will...
2012-08-14  drhSilence three harmless compiler warnings in vdbesort.c.
2012-08-14  drhAdd an assert() to the btree rebalancer in order to...
2012-08-14  drhUpdate the spellfix virtual table to the latest develop...
2012-08-14  mistachkinRefer to the file mapping Win32 API functions only...
2012-08-13  mistachkinRefer to the WaitForSingleObjectEx and SetFilePointerEx...
2012-08-08  danWhen populating an index b-tree as part of a CREATE...
2012-08-08  danWhen building a b-tree as part of a CREATE INDEX or...
2012-08-08  danChange to securedel2.test so that it works even if...
2012-08-07  drhSimplifications to the sorter to support full-coverage...
2012-08-07  danAdd extra tests for secure-delete mode.
2012-08-07  danFix a bug in hash.c introduced by [305b66672653].
2012-08-07  danDo not run test script spellfix.test if SQLITE_OMIT_VIR...
2012-08-07  danFix a bug in walthread.test causing intermittent failures.
2012-08-06  mistachkinModify VSIX package generation tool to put the PDB...
2012-08-06  danMerge the sorter-coalesce-writes branch into the trunk...
2012-08-06  danFix a crash that could follow an OOM condition. sorter-coalesce-writes
2012-08-06  danWhen reusing pages as part of creating a new index...
2012-08-06  danUpdate sorter-coalesce-writes branch with latest trunk...
2012-08-06  mistachkinUpdate description strings in the VSIX package.
2012-08-03  mistachkinCorrect comment about WinRT compiler define. No change...
2012-08-01  mistachkinFix typos of function names sqlite3_result_error_toobig...
2012-07-31  mistachkinMake the list of platforms dynamic in the SDK manifest...
2012-07-31  mistachkinModify metadata for the VSIX package and add tooling...
2012-07-30  danReplace a few sqlite3_malloc()+memset() sequences with...
2012-07-27  mistachkinImprove consistency in handling of build outputs and...
2012-07-27  mistachkinMinor adjustments to the multi-platform build tool...
2012-07-27  mistachkinFor the clean makefile targets, delete the generated...
2012-07-27  mistachkinModify the multi-platform build tool for MSVC to suppor...
2012-07-27  mistachkinAdd tool to build the core DLL for multiple platforms...
2012-07-27  mistachkinAdd tool to generate a VSIX package usable by Visual...
2012-07-26  danUpdate some comments in vdbesort.c.
2012-07-24  drhMark parameters to sorter interfaces as const where...
2012-07-24  mistachkinAdd another define to the MSVC makefile that is sometim...
2012-07-23  drhRefactor field names in the SelectDest object to make...
2012-07-23  danFix an edge case in vdbesort.c.
2012-07-23  danModify the code in vdbesort.c so that most reads and...
2012-07-17  danEnsure that there is always at least one aReadMark...
2012-07-17  drhAmplification of a comment in wal.c. Change the aReadM...
2012-07-16  drhMerge the spellfix1 changes for supporting matchlen...
2012-07-16  drhFix compiler warnings about unused code in spellfix... spellfix-matchlen
2012-07-16  danFix a bug in the phonetic-hash routine in spellfix1...
2012-07-16  danMerge trunk changes.
2012-07-16  danIf a specific database is nominated as part of a "PRAGM...
next