]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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-10  larrybrMake replace.tcl useful with TCL 8.4
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-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...
2021-08-24  drhCorrectly preserve the collating sequence for a column...
2021-08-23  drhFix a typo in a comment. No changes to code.
2021-08-23  drhBack out the change that allows typeless columns in...
2021-08-21  drhAllow typeless columns in STRICT tables that are able...
2021-08-21  drhDefer deleting subqueries in the compound-SELECT code...
2021-08-20  drhImprovement to error handling in Lemon. No impact...
2021-08-20  drhSupport for STRICT tables. A table with the STRICT...
2021-08-20  drhImproved error messages for the SQLITE_CONSTRAINT_DATAT... strict-tables
2021-08-20  drhDo not allow the xfer-optimization to move the content...
2021-08-19  drhImproved comments. Fewer opcodes for integrity_check...
2021-08-19  drhEnhance PRAGMA integrity_check so that it verifies...
2021-08-19  drhSTRICT tables require all fields of the PRIMARY KEY...
2021-08-18  drhMerge the WITHOUT ROWID, NOT NULL ON CONFLICT bug fix...
2021-08-18  drhFix ON CONFLICT clause processing for NOT NULL constrai...
2021-08-18  drhTrying to insert an incorrect datatype into a STRICT...
2021-08-18  drhWhat would it be like if you could add the keyword...
2021-08-18  drhRename the Column.eType field to Column.eCType - with...
2021-08-17  drhFix an off-by-one error in the error-handling logic...
2021-08-12  danBy default, do not use memory mapping to access the...
2021-08-11  drhDuring DELETE, if an index entry is missing, do not...
2021-08-11  drhDo not apply the push-down optimization to CTE subqueri...
2021-08-11  drhImproved comment on the OP_OpenDup used to get a new...
2021-08-09  drhFix a compiler warning in pcache1. Reduce the maximum...
2021-08-09  mistachkinFurther improvements to the eOpenState bit values.
2021-08-09  drhEnsure that the pcache1 cache size does not get so...
2021-08-09  drhFix harmless compiler warnings and improve the presenta...
2021-08-09  drhUndocumented "--threadsafe N" option added to the CLI...
2021-08-09  drhImproved Hamming bit-distance between the SQLITE_STATE...
2021-08-09  drhFix comments associated with sqlite3.eOpenState. No...
2021-08-07  drhRefactor sqlite3.magic into sqlite3.eOpenState.
2021-08-06  danFix an RBU problem with restarting an update after...
2021-08-06  drhAttempt to fix the showwal.c utility program so that...
2021-08-06  drhFix harmless compiler warnings. Omit redundant copies...
2021-08-05  drhStore the collating sequence name for each column of...
2021-08-04  drhAdd NEVER() macros on recently introduced unreachable...
2021-08-04  drhAlways prefer built-in SQL functions over app-defined...
2021-08-04  danAvoid using LIKE with the target db in RBU. It is possi...
2021-08-03  drhFix the build for SQLITE_ENABLE_UPDATE_DELETE_LIMIT.
2021-08-03  drhImproved harmony with the reuse-schema branch.
2021-08-02  drhRefactor field names in the Column object, zCnName...
2021-08-02  drhRefactor the Table object to reduce its memory footprint.
2021-07-31  drhRefactor the way that DEFAULT expressions are stored...
2021-07-30  drhRecognize certain standard datatypes ("INT", "INTEGER...
2021-07-30  drhIf a generated column uses the optional keywords GENERA...
2021-07-30  drhAvoid clownfeet in the names columns when the column...
2021-07-30  drhReduce clownfooting in the allocation of the Table...
2021-07-29  drhEnhance the wal.c source file with an ASCII-art schemat...
2021-07-29  drhImprovements to asserts to enforce magic numbers in...
2021-07-29  drhComplete warning-free build on old PPC iBook. wal-asserts
2021-07-29  drhFix an error in one of the assert() statements added...
2021-07-29  drhMinor tweaks to various TCL build scripts so that they...
2021-07-29  drhImprove comments and add new assert() statements in...
2021-07-29  drhRemove ALWAYS() macros that can be true if the internal...
2021-07-28  danAdd test case to ensure that sessions works with DELETE...
2021-07-28  drhFix a harmless uninitialized variable read that occurs...
2021-07-28  drhReduce the scope of a variable in order to fix a harmle...
2021-07-26  larrybrRemove sqldiff --visible-controls option, make it alway...
2021-07-26  larrybrGive sqldiff --visible-controls option to deal with...
2021-07-23  drhEnhance the CLI with the ".connection" command that...
next