]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2021-09-10  drhBack out changes [00286ca5d998d802] and [6844ede29e1dac...
2021-09-10  larrybrSpeed-up CLI's processing for huge block comments,...
2021-09-09  drhRemove a NEVER() in btree that is sometimes reachable.
2021-09-09  drhAvoid masking off an OOM fault in rtreecheck().
2021-09-09  drhImproved database corruption detection in the editPage...
2021-09-08  larrybrSpeedup CLI's gulping of many huge block SQL comments.
2021-09-08  drhFix PRAGMA integrity_check so that it does not try...
2021-09-07  larrybrFor sqldiff, sqlite_schema comparisons must use compoun...
2021-09-07  drhNew test cases added to fuzzdata8.db. No code changes.
2021-09-07  larrybrMake sqldiff able to compare sqlite_schema tables ...
2021-09-07  danFix a memory leak in fts5 that could occur when writing...
2021-09-07  drhFix a potential NULL pointer deference in the LIKE...
2021-09-06  danFix a use-after-free error that could occur if an fts5...
2021-09-06  drhFix an issue in the "shrink.test" test script reported by
2021-09-06  drhRestore the use of system isnan() that was removed by
2021-09-03  drhFix an assertion fault in pcache introduced by [4bc9365...
2021-08-31  danHave the planner ensure that if one scan uses a subset...
2021-08-30  danDo not disable a rowid=? term used to drive an IPK...
2021-08-27  drhPatch lemon to fix "error" token handling, according ot
2021-08-26  drhAdd the --safe to the CLI. Also the --nonce option...
next