]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2021-10-04  drhSome #defines somehow failed to get set correctly in... fix-warnings
2021-10-04  drhFix harmless static analyzer warnings in sessions,...
2021-10-04  drhFix harmless static analyzer warnings in auxiliary...
2021-10-04  drhFix harmless static analyzer warnings.
2021-10-04  drhThe pragma_table_list virtual table should have only...
2021-10-04  drhFix harmless static analyzer warnings.
2021-10-04  drhFix query plans created by whereShortCut() so that...
2021-10-03  larrybrIn CLI, ensure correct line-accumulation state whenever...
2021-10-03  drhAdd the sqlite3ResultStrAccum() internal interface...
2021-10-02  drhTry to fix a harmless static-analyzer warning in sqlite...
2021-10-02  drhFix a harmless static-analyzer warning in sqlite3ExprCo...
2021-10-02  drhRemove an unnecessary static buffer from sqlite3VdbeExp...
2021-10-02  drhMake the sqlite3_filename_xxxx() interfaces robust...
2021-10-02  drhFix harmless compiler warnings
2021-10-02  larrybrFix CLI line processing. (back to start state after...
2021-10-01  drhFix a problem with group_concat() when it is used as...
2021-10-01  drhFix harmless compiler warnings.
2021-10-01  danChange things so that SQLITE_OMIT_VIRTUALTABLE implies...
2021-10-01  drhFix a potential write outside of array bounds in the...
2021-10-01  danFix a buffer overread in fts5 that could occur when...
2021-10-01  drhRemove unreachable branches in the fixed group_concat... group_concat-fix-legacy
2021-10-01  drhMerge updates from trunk
2021-10-01  drhFixes to the version of "varsep" group_concat so that...
2021-09-30  danFix a problem with view handling in SQLITE_OMIT_VIRTUAL...
2021-09-30  danFix rtreedoc.test so that it works with SQLITE_DEFAULT_...
2021-09-30  danUpdate a test case in rtreedoc.test to account for...
2021-09-29  drhAdd NEVER() macros on branches that are not reachable...
2021-09-29  danFix a typo in altertab3.test.
2021-09-29  danHave the dbstat module arrange things internally so...
2021-09-29  danFix another problem with ALTER TABLE and vector UPDATE...
2021-09-29  danAdd new test file rtreedoc3.test.
2021-09-29  larrybrSync w/trunk
2021-09-29  danAdd extra tests for the group_concat() fix on this...
2021-09-29  drhImproved testability of changes from check-in [255b0eee...
2021-09-29  danFix an out-of-bounds read in fts5 that could occur...
2021-09-29  larrybrGet group_concat() to handle varying separator lengths...
2021-09-28  danFix a potential ALTER TABLE problem with expressions...
2021-09-27  danHave the dbstat virtual table take a copy of each page...
2021-09-27  danFix a problem in ALTER TABLE causing table or column...
2021-09-25  drhLoad recent dbsqlfuzz cases into test/fuzzdata8.db.
2021-09-25  danFix a memory leak in rtree triggered by corrupt databas...
2021-09-25  danFix a bad interaction between the pager cache and the...
2021-09-25  drhAdd const to parameters on various internal interfaces.
2021-09-24  drhDbsqlfuzz (a097eaad43c3c845b236126df92fb49b25449b0c...
2021-09-24  drhAdd lots of new "const" on internal function parameters...
2021-09-24  drhEnsure that sqlite_stat1 and sqlite_stat4 are ordinary...
2021-09-24  drhEnsure that the db->init.azInit array is initialized...
2021-09-22  drhFix harmless compiler warnings.
2021-09-22  drhFor shell.c.in, define CHAR_BITS to 8 on platforms...
2021-09-22  drhFix harmless compiler warnings in shell.c.in, and a...
2021-09-22  drhFix an incorrect assert() in rtree that was added recently
2021-09-22  drhEnhance the TCL-based test harness so that it is possib...
2021-09-22  drhUse sqlite3_snprintf() for the ".changes" output format...
2021-09-21  larrybrFix .expert name collision bug reported at https:/...
2021-09-21  larrybrSpeed and (slightly) simplify shell's input line early...
2021-09-21  drhAdd the "PRAGMA table_list" command with its correspond...
2021-09-20  larrybrAccomplish fileio standalone for Win32 with less interv...
2021-09-20  larrybrAllow fileio extension to be a stand-alone DLL for...
2021-09-19  larrybrAdjust shell tests for *Nix and Windows test platform... speedy_cli
2021-09-18  larrybrSync w/trunk, further streamline shell's resumable...
2021-09-18  danFurther tests for legacy rtree geom callbacks.
2021-09-17  larrybrShell's .read pipe now works for Windows too.
2021-09-17  danAdd tests for legacy geometry callbacks to rtreedoc2...
2021-09-17  drhMake the affinity() function available even if compiled...
2021-09-16  drhThe dbsqlfuzz fuzzer found a refutation for a recent...
2021-09-16  drhMinor changes to rtree.c so that we can get full branch...
2021-09-16  danAdd tests to rtreedoc.test.
2021-09-16  drhAdd a single new ALWAYS() to rtree.c, with justification.
2021-09-16  drhAdd a tag comment in rtree.c. No changes to code.
2021-09-16  danAdd a reference counter to a structure used internally...
2021-09-16  drhMark an unreachable branch in rtree.
2021-09-16  drhBack out a couple of ALWAYS() macros from [4fab9089868b...
2021-09-16  drhFor ALTER TABLE RENAME COLUMN, do not try to filter...
2021-09-16  drhUnder SQLITE_DEBUG with PRAGMA vdbe_trace=ON, show...
2021-09-16  drhSimplify the routine that attempts to estimate the...
2021-09-16  drhMark various unreachable branches in rtree.c with ALWAY...
2021-09-16  drhNew ALWAYS() and assert() to mark unreachable branches... tree-testing
2021-09-15  drhIn rtree.c, remove an incorrect ALWAYS(). Add other...
2021-09-15  drhAdd more ALWAYS() macros on unreachable branches in...
2021-09-15  drhFix the xBestIndex method on rtree so that it correctly...
2021-09-15  drhAdd ALWAYS() macros on some unreachable branches in...
2021-09-15  danFurther updates to rtreedoc.test.
2021-09-15  larrybrFix non-build for a test configuration
2021-09-15  drhSimplify some of the corrupt shadow-table detection...
2021-09-15  larrybrSquelch needless narrowing warning.
2021-09-15  danEnsure rtreedoc.test is not run for builds without...
2021-09-14  danAdd test cases to rtreedoc.test.
2021-09-14  drhUpdate requirements marks to reflect recent documentati...
2021-09-14  danAdd test cases to rtreedoc.test.
2021-09-14  danMinor updates to rtreedoc.test.
2021-09-13  larrybrShell to .read any named character source file/device...
2021-09-13  danAdd test cases to rtreedoc.test.
2021-09-13  drhAdd assert() statements to refute
2021-09-13  danAdd new test file rtreedoc.test.
2021-09-13  drhFix an incorrect comment and possible integer overflow...
2021-09-11  larrybrCLI prescanner made to match SQLite's rules for delimit...
2021-09-10  larrybrMake replace.tcl useful with TCL 8.4
2021-09-10  larrybrMake CLI prescan handle goofy identifier delimiters...
2021-09-10  larrybrFix (luckily harmless) typo in memdb.c per https:/...
2021-09-10  larrybrWhen showHeader set at CLI invocation, do not auto...
next