]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-07-17  drhImprove the sqlite3_result_pointer() interface so that... pointer-types
2017-07-17  drhAdd an experimental "pointer type" parameter to sqlite3...
2017-07-15  drhMerge the fix for ticket [a4e06e75a9ab61a12] from trunk.
2017-07-15  drhFix a register allocation problem in PRAGMA integrity_c...
2017-07-15  drhFix a missing \n at the end of a comment causing a...
2017-07-15  drhEnhance the showstat4 utility program to show the full...
2017-07-15  drhMinor change to one of the command-line shell test...
2017-07-15  drhFirst release candidate for version 3.20.0.
2017-07-15  danFix another minor problem in test file like.test.
2017-07-15  danFix test problems causing the "prepare" permutation...
2017-07-14  danFix test problems with stmtvtab1.test under some permut...
2017-07-14  drhFix a typo in a comment used to generate documentation...
2017-07-14  drhIdentify requirements text in the SQLITE_DBCONFIG_ENABL...
2017-07-14  drhAdd requirements marks for some of the new features...
2017-07-14  danTweak Makefile.in so that testfixture can be built...
2017-07-14  danModify mkopcodeh.tcl so that it can handle "same as...
2017-07-14  drhIn the LSM1 virtual table, dequote the filename before...
2017-07-14  mistachkinChanges to the LSM1 Tcl tests to make things work on...
2017-07-14  drhInclude a hint in the header comment of the LSM1 makefi...
2017-07-14  drhUpdate the Makefile for LSM1 so that the LSMOPTS can...
2017-07-14  drhFix a typo in the header comment to the remember extens...
2017-07-14  drhChange the name of the STMT virtual table to SQLITE_STM...
2017-07-14  drhMinor updates to requirements marks and documention...
2017-07-14  danAdd very simple tcl tests for the lsm1 extension.
2017-07-14  drhMinor tweaks to documentation. No code changes.
2017-07-14  drhFix harmless compiler warnings in the readline tab...
2017-07-13  drhImproved documentation for the new sqlite3_bind_pointer...
2017-07-13  drhImprovements to the documentation for SQLITE_PREPARE_PE...
2017-07-13  drhFix documentation typo. No changes to code.
2017-07-13  drhUpdate header comments on the carray() and remember...
2017-07-13  drhAdd new interfaces sqlite3_bind_pointer(), sqlite3_resu...
2017-07-13  drhFix an incorrect type signature for the loadable extens... bind-pointer
2017-07-13  drhAdd the three new pointer interfaces to the loadable...
2017-07-13  drhUpdate the FTS3 extension to use sqlite3_result_pointer...
2017-07-13  drhMerge the latest changes from trunk.
2017-07-12  drhSmaller and faster implementation for vdbeFreeOpArray...
2017-07-12  drhFix harmless compiler warnings about incomplete structu...
2017-07-12  drhRemove unnecessary EP_Leaf settings on the Expr object.
2017-07-12  drhThe EP_Resolved flag on the Expr object is not required...
2017-07-12  drhClarification and simplification and result column...
2017-07-12  danFix a problem in an lsmtest test case caused by writing...
2017-07-12  drhCompile cleanly with SQLITE_OMIT_UTF16.
2017-07-11  danIn lsm, attempt to unmap the database file before trunc...
2017-07-11  danSimplify the way in which the database file is truncate...
2017-07-11  drhFix harmless compiler warnings in the core.
2017-07-11  mistachkinMake win32GetTimeOfDay() in the lsm1 test code more...
2017-07-11  drhEnabled the new sqlite3_prepare_v3() and sqlite3_prepar...
2017-07-11  mistachkinFix a whitespace alignment issue in lsm1.
2017-07-11  mistachkinFix more harmless compiler warnings in lsm1, seen with...
2017-07-11  mistachkinFix harmless compiler warnings seen with MSVC for lsm1.
2017-07-11  drhAdd support for tab-completion (using the ext/misc...
2017-07-11  drhChange the src/shell.c file so that it is generated...
2017-07-11  drhFix a backup2 test case so that it works on FreeBSD.
2017-07-11  drhAdd the "phase" output column on the COMPLETION table...
2017-07-11  drhThe COMPLETION virtual table now looks at the names...
2017-07-11  drhIncomplete implementation of the COMPLETION table-value...
2017-07-10  mistachkinFix harmless compiler warnings in lsmtest.
2017-07-10  drhFix errors in comments in the STMT virtual table. ...
2017-07-10  mistachkinMinor cleanup and refactoring of the Win32 VFS for...
2017-07-10  drhAnother spelling error in the README.md file.
2017-07-10  drhSpelling error in README.md
2017-07-10  drhYet another typo in README.md
2017-07-10  drhFix another README.md typo.
2017-07-10  drhFix an obsolete statement about Lemon in the README...
2017-07-10  mistachkinCleanup header usage in lsmtest for files that require...
2017-07-10  drhUpdates to the repository README.md file.
2017-07-10  danIn LSM, avoid calling the VFS xTestLock method to test...
2017-07-10  drhAdd the "--newlines" option to the ".dump" command...
2017-07-10  drhWhen multiple constraints need to be evaluated for...
2017-07-10  drhAdditional debugging Noop-comment in the constraint... defer-where-subqueries
2017-07-10  drhSmall performance optimization in sqlite3WhereExprUsage().
2017-07-10  danFix another problem on this branch.
2017-07-10  danFix a problem causing non-covered WHERE terms to be...
2017-07-10  danWhen testing non-indexed WHERE constraints, test those...
2017-07-10  drhFor sqlite3TreeView() debugging output, show the Expr...
2017-07-10  drhUpdate error message text for standard error codes...
2017-07-10  drhRemove the error message text from disused error codes...
2017-07-09  drhAlways make "column%d" column-names 1-based, never...
2017-07-09  drhMake sure the columns of a VALUES() clause are named...
2017-07-08  drhAdd the --icc, --gcc7, and --orm options to the speed...
2017-07-07  drhBasic test cases for PRAGMA secure_delete=FAST.
2017-07-07  mistachkinFix comment in the Win32 VFS for lsm1.
2017-07-07  mistachkinFor lsmtest, use a more portable means of setting open...
2017-07-07  mistachkinAdjust copy_file() lsmtest function so it works properl...
2017-07-07  drhAdd the "PRAGMA secure_delete=FAST" option, which overw...
2017-07-07  drhChange the error message text for SQLITE_ERROR to omit...
2017-07-07  mistachkinFix typos in Win32 VFS for lsm1.
2017-07-07  mistachkinFix the memcpy calls in the lsmWin32OsShmMap function...
2017-07-07  mistachkinEnhance the MSVC makefile 'clean' target to handle...
2017-07-07  mistachkinAdd support for LSM_DEBUG to the MSVC makefile for...
2017-07-07  drhIn the command-line shell, when running ".schema" give...
2017-07-07  mistachkinFix the usleep() macro in the Win32 test code for lsm1.
2017-07-07  drhAdd new PRAGMAs: "function_list", "module_list", and...
2017-07-07  drhAdd the "Pragma_list" pragma. Put all three pragmas... list-pragmas
2017-07-07  mistachkinImprove clarity in the Win32 VFS for lsm1.
2017-07-07  mistachkinAdd support for LSM_DEBUG_MEM to the MSVC makefile...
2017-07-07  danRemove a block from the Win32 VFS for lsm1 that is...
2017-07-07  danIn lsmtest, use an empty string instead of ":memory...
2017-07-07  mistachkinRemove a block from the Win32 VFS for lsm1 that is...
2017-07-07  mistachkinMemory reallocation fix for the Win32 VFS for lsm1.
next