]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2017-07-27  drhA demonstration of how FTS3 cursor pointers can be... pass-pointer-as-blob
2017-07-25  drhRelease candidate 2 for 3.20.0.
2017-07-25  drhFix a bug in the deterministic date/time function logic...
2017-07-24  danDo not attempt to run test file unionvtabfault.test...
2017-07-24  danDo not attempt to run test file unionvtab.test with...
2017-07-24  drhHandle a real OOM condition when incrblob2.test is...
2017-07-24  drhAdditional documentation on sqlite3_bind_pointer()...
2017-07-24  drhCompiler warning fix associated with date/time functions.
2017-07-21  mistachkinRemove stray (and incomplete) comment from a test file...
2017-07-20  drhFix a harmless typo, but one that would show up in...
2017-07-20  drhEnhance the built-in date/time functions so that they...
2017-07-20  drhNew test cases for date/time functions in indexes on... index-on-date-func
2017-07-20  drhCombine the Parse.ckBase and Parse.iSelfTab fields...
2017-07-19  drhAllow indexes to be created on date/time functions...
2017-07-19  mistachkinRemove some 'breakpoint' commands in test files.
2017-07-19  danAdd further tests to unionvtab.test.
2017-07-18  danFix a crash in unionvtab caused by a misconfiguration...
2017-07-18  drhFix shell.c.in so that it aligns with shell.c.
2017-07-18  danAdd test cases and fix minor error-handling issues...
2017-07-18  mistachkinFix duplicate test name. No changes to code.
2017-07-18  drhFix another harmless compiler warning. Get the MSVC...
2017-07-18  drhSuppress harmless compiler warnings in union-vtab.
2017-07-18  danRemove an unused variable from unionvtab.c.
2017-07-18  danImprove the readability of the unionvtab code.
2017-07-18  danHave unionvtab support constraints on the column that...
2017-07-18  danAdd test cases to unionvtab.test.
2017-07-18  drhAdd the union-vtab extension - still experimental and...
2017-07-18  danDo not use the flattening optimization for a sub-query...
2017-07-18  danAvoid creating an automatic index on the RHS of a LEFT...
2017-07-18  drhChange the default command-line shell history depth...
2017-07-17  danAdd test cases to test/unionvtab.test.
2017-07-17  danEnhance error detection and fix other issues in unionvt...
2017-07-17  drhMerge all changes from branch-3.20. Improvements to...
2017-07-17  drhInterchange to branches within an "if" statement in...
2017-07-17  drhImproved the interface to the fts5() extension mechanis...
2017-07-17  drhMerge the pointer-type enhancement from the 3.20 branch.
2017-07-17  drhComment changes clarifying details of the pointer-type...
2017-07-17  drhAdd the pointer-type parameter to sqlite3_bind_pointer(),
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  danAdd the "unionvtab" virtual table extension in ext...
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
next