]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2021-04-07  drhAdd the SQLITE_ALLOW_ROWID_IN_VIEW option to omitttest... no-rowid-on-view
2021-04-07  drhAlso prohibit the use of rowid from a subquery. Add the
2021-04-06  drhRaise an error if a query tries to access the "rowid...
2021-04-06  danUpdate an assert statement that could fail when using...
2021-04-06  danFix issue with failing --enable-debug --enable-fts5...
2021-04-06  drhNew test cases added to fuzzdata8.db.
2021-04-06  danSilence an msan warning triggered by a corrupt database...
2021-04-06  danAvoid a use-after-free that may occur when accessing...
2021-04-06  danRemove some test routines from release builds of fts5.
2021-04-06  danFix incorrect RETURNING test cases in wherelimit.test
2021-04-06  drhEarlier detection of OOM errors during window function...
2021-04-06  danHandle "RETURNING rowid" clauses attached to INSERTs...
2021-04-06  drhFurther improvements (subsequent to [d91450847a3a3a72...
2021-04-06  drhEarlier detection and handling of OOM problems.
2021-04-05  drhRelax an assertion on the sqlite3WhereEnd() routine...
2021-04-05  drhAdd a missing CORRUPT_DB to an assert in the OP_ResultR...
2021-04-05  drhAdjust the README.md file so that build instructions...
2021-04-05  danDo not allow floating point rounding errors to cause...
2021-04-05  drhFix an assert() that can be false when doing an increme...
2021-04-05  danAvoid coding unindexed WHERE constraints if an equivale...
2021-04-05  drhDo not invoke the xDelete method when converting to...
2021-04-05  drhAs a continuation of [1f66a85b7757754f], ensure that...
2021-04-04  drhFix an assert() in sqlite3BtreeLast() that needs an...
2021-04-04  larrybrAvoid compile error when SQLITE_OMIT_VIRTUALTABLE defined.
2021-04-04  larrybrMake shell .parameter feature type-agnostic. Hush harml...
2021-04-03  drhImproved robustness to OOM conditions in the window...
2021-04-03  drhTake care not to change an SQLITE_NOMEM error into...
2021-04-03  danFix a crash in handling queries of the form "SELECT...
2021-04-02  drhCorrectly capture the error when a RETURNING clause...
2021-04-02  danAdd experimental SQLITE_FCNTL_EXTERNAL_READER file...
2021-04-02  drhFix a problem with the geopoly_bbox() function.
2021-03-31  drhWhen resolving names in the RETURNING clause, do not...
2021-03-31  drhWhen resolving column names in the RETURNING clause...
2021-03-31  drhDefer deletion of expressions that are optimized out...
2021-03-31  danEnsure that negative numbers may not be used in frame...
2021-03-30  drhRaise an error if a term of the form "TABLE.*" appears...
2021-03-29  danDo not do the EXISTS-to-IN transformation if the sub...
2021-03-29  danAdd "#ifdef SQLITE_DEBUG" blocks around test variables...
2021-03-29  drhSimplify the comparison opcodes in the bytecode engine...
2021-03-29  drhFix VDBE coverage macros. compare-opcode-opt
2021-03-29  drhOmit the SQLITE_STOREP2 and SQLITE_KEEPNULL options...
2021-03-29  drhAdd the OP_ZeroOrNull opcode and use it to compute...
2021-03-29  drhThe comparison opcodes (ex: OP_Eq) now set the iCompare...
2021-03-28  drhAlternative implementation of the comparison opcode...
2021-03-28  drhDocument the "%token" directive for Lemon. This direct...
2021-03-27  drhFor the sqlite3_bind_text16 TCL binding used for testin...
2021-03-26  drhIn the sqlite3_bind_text and sqlite3_bind_text16 TCL...
2021-03-24  drhRemove old testcases() macros. Also remove surplus...
2021-03-24  drhComment improvements to on the distinct-agg optimizatio...
2021-03-24  drhImprovements to distinct aggregates such that they...
2021-03-24  drhFix a harmless compiler warning.
2021-03-23  danFix a problem with renaming a column when there is...
2021-03-23  drhAdd an ALWAYS() on a branch that is always taken.
2021-03-23  drhTest result adjustments in test/misc7.test due to the...
2021-03-23  drhWhen doing schema updates, try to convert (incorrect...
2021-03-23  drhTweaks to test/scanstatus.test to account for the new...
2021-03-23  drhChanges to test/analyzeG.test to conform to the new...
2021-03-23  drhFix a test case in bigmmap.test so that it works with...
2021-03-23  drhAdd the ExprList.nAlloc column and use it to make the...
2021-03-23  drhEnhance the EXPLAIN QUERY PLAN output to use symbolic...
2021-03-22  drhMerge recent fixes from trunk. eqp-improvements
2021-03-22  drhIncrease the version number to 3.36.0 to begin the...
2021-03-21  drhFix an assert() that in preupdate-hook logic (not norma... same-as-3.35.3
2021-03-21  drhAdd a better comment and an assert() on the code inside...
2021-03-20  drhFix the "box" output mode in the shell when statement...
2021-03-20  drhUse the canonical name, not the AS name, when showing...
2021-03-20  drhRevise tests cases to align with the new EXPLAIN QUERY...
2021-03-20  drhFix a faulty assert() in the OP_SkipScan opcode.
2021-03-19  drhFurther simplification of the EQP output. Only show...
2021-03-19  drhMerge enhancements from trunk.
2021-03-19  drhIn the wholenumber virtual table, increase the cost...
2021-03-19  drhDbsqlfuzz found a new way to make that branch in codeVe...
2021-03-19  larrybrFix tokenizer's classification of EBCDIC newline.
2021-03-19  drhRestore the NEVER() that was taken out by [f481636f1a03...
2021-03-19  danFix a crash that could occur when an INSERT has more...
2021-03-19  drhCorrelated CTEs should not generate a materialization...
2021-03-19  drhImproved labeling of EXPLAIN QUERY PLAN output. Many...
2021-03-18  drhAdd a NEVER() on a branch that was made unreachable...
2021-03-18  drhDisable a test case requiring generate_series when...
2021-03-18  danFix a problem causing spurious "<cte>: circular referen...
2021-03-18  drhIncrease the patch level to 3.35.3.
2021-03-18  drhFix the OP_OpenDup opcode so that it is able to duplica...
2021-03-18  drhRemove unnecessary code from sqlite3BtreeClose() and... opendup-fix
2021-03-18  drhFurther sanity checking of the OpenDup cursors.
2021-03-18  drhFix the dbsqlfuzz-derived authorizer in fuzzcheck to...
2021-03-18  danAutomatically close ephemeral b-trees when their last...
2021-03-18  drhFix a problem with the filename normalizer in unix...
2021-03-18  danAllow instruction OP_OpenDup to duplicate cursors creat...
2021-03-18  drhNew assert statements associated with Ephemeral cursors...
2021-03-18  drhChange the name of the iDataVersion field of Btree...
2021-03-17  drhVersion 3.35.2 union-all-flattener-limit version-3.35.2
2021-03-17  drhFix a harmless compiler warning in the appendvfs.c...
2021-03-17  danIf there are already 500 or more simple SELECTs in...
2021-03-17  danFix a problem in sqldiff virtual table hanlding to...
2021-03-16  drhDate/time functions with no arguments (ex: date() or...
2021-03-16  danAdd tests for sqlite_rename_quotefix(). Fix a memory... alter-quotefix
2021-03-16  danHave ALTER TABLE RENAME COLUMN and DROP COLUMN use...
2021-03-16  drhIncrease the version number to 3.35.2.
2021-03-16  drhFix recent breakage of the appendvfs extension.
2021-03-16  drhComment and stylistic changes to the appendvfs.c implem... appendvfs_fix
next