]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2022-01-28  drhAdd a NEVER() on an unreachable branch. vtab-limit-offset
2022-01-28  drhInclude hidden columns of table valued functions that...
2022-01-28  drhRemove a NEVER() that has become reachable now that...
2022-01-28  drhEnable SQLITE_INDEX_CONSTRAINT_LIMIT/OFFSET even if...
2022-01-27  drhQuery planner always honors the aConstraintUsage[]...
2022-01-27  drhMake LIMIT and OFFSET values available to sqlite3_vtab_...
2022-01-27  drhGive the virtual table xBestIndex method access to...
2022-01-27  drhEnforce the restriction that 'unixepoch' only works...
2022-01-25  drhMinor adjustment to error handling in sqlite3FinishCodi...
2022-01-24  drhRemove an unnecessary assert() that is sometimes not...
2022-01-24  drhNew dbsqlfuzz cases added to test/fuzzdata8.db.
2022-01-24  drhOne of the ALWAYS() macros in the previous check-in...
2022-01-24  drhAdd ALWAYS() macros. Change some existing ALWAYS(...
2022-01-24  drhRemove many redundant checks for sqlite3.mallocFailed...
2022-01-24  drhMake it so that any Parse object is always linked into...
2022-01-24  larrybrFix testcase for CLI .read recursion.
2022-01-24  drhMake sure the sqlite3OomFault() routine sets an error...
2022-01-24  danEnsure that any error encountered while coding a trigge...
2022-01-24  larrybrLimit CLI input redirect nesting
2022-01-22  drhAdd support for the sqlite3_vtab_distinct() interface...
2022-01-22  drhBring sqlite3_vtab_distinct() up to spec so that it... sqlite3_vtab_distinct
2022-01-22  drhIimproved documentation for sqlite3_vtab_distinct(...
2022-01-22  drhOmit the WhereLoopBuilder.pOrderBy field, which is...
2022-01-22  drhAn initial attempt to implement sqlite3_vtab_distinct().
2022-01-21  drhUpdate evidence marks for the latest changes to the...
2022-01-21  drhFix some of the new date/time function features to...
2022-01-21  drhWhen computing a vector to be used as a key for an...
2022-01-21  drhAdd the sqlite3_vtab_rhs_value() interface, allowing...
2022-01-21  drhAdd requirements marks and tuning. sqlite3_vtab_rhs_value
2022-01-20  drhTest cases for sqlite3_vtab_rhs_value() based on the...
2022-01-20  drhEnhancements to the qpvtab virtual table to make it...
2022-01-20  drhInitial implementation of the sqlite3_vtab_rhs_value...
2022-01-20  drhA better and more robust fix for the problem of reading...
2022-01-20  drhFix harmless scan-build warnings.
2022-01-20  drhFix the ability to read read-only WAL-mode database...
2022-01-19  drhFix a test result for alterauth2.test due to the recent...
2022-01-18  drhFix ALTER TABLE DROP COLUMN so that it invokes the...
2022-01-17  drhAllow an "IntReal" value to count as a REAL when checki...
2022-01-17  drhFix incorrect testcase() and assert() macros in json...
2022-01-17  drhNever allow the b-tree layers view of the number of...
2022-01-16  drhFix test cases so that they all still work even with...
2022-01-16  drhFix ALTER TABLE so that it works even when compiled...
2022-01-14  drhRemove code from lemon.c that was made superfluous by
2022-01-14  drhFix a NEVER() in the byte-code engine that can sometime...
2022-01-14  larrybrFor .import schema, quote it as for other identifiers.
2022-01-13  larrybrAdd --schema S option to .import
2022-01-12  drhWhen the result of a subquery is to be stored in a...
2022-01-12  larrybrMake tool/mctimec.tcl effect more regular and obvious
2022-01-12  drhFix mkctimec.tcl with the updated compile-time options...
2022-01-12  mistachkinFix harmless compiler warning seen with MSVC.
2022-01-11  drhMerge the JSON interface into the core. Add -> and...
2022-01-11  drhRemove vestigial traces of json_ntype(). json-in-core
2022-01-11  drhFix the PG-compatible -> and ->> path parsing.
2022-01-10  drhFix typo in the json-enhancements.md document.
2022-01-10  drhImplement the new PG-compliant versions of the -> and...
2022-01-10  drhNew proposal for -> and ->> operators.
2022-01-09  drhTypo fix in doc/json-enhancements.md.
2022-01-09  drhUpdate the doc/json-enhancements.md document to better...
2022-01-09  drhDo not enclude ENABLE_JSON1 in the compile-time options.
2022-01-09  drhMerge trunk enhancements into the json-in-core branch.
2022-01-09  drhAdd a new built-in subtype() function.
2022-01-08  drhAdd NEVER() macros to two branches that became unreacha...
2022-01-08  drhAdd function format() as an alias for printf(), for...
2022-01-08  drhMerge the JSON function enhancements from the json...
2022-01-08  drhImproved commenting of changes in the json1.c extension.
2022-01-07  drhNotes on the JSON enhancement proposals.
2022-01-07  drhReverse the meaningn of -> and ->>. ->> raises an...
2022-01-07  drhChange the -> operator to use json_extract(). The...
2022-01-07  drhNew json_nextract() function that works like json_extra...
2022-01-07  drhAdd the json_ntype() SQL function. Works like the...
2022-01-07  drhAccept abbreviated JSON Paths on the right-hand side...
2022-01-07  drhAdd new binary operators "->" and "->>" to the parser...
2022-01-06  mistachkinAdd the '-guard:cf' compiler option for Windows 10...
2022-01-06  drhAn attempt to integrate the JSON functions directly...
2022-01-05  drhRemove two NEVER() macros that can sometimes be true...
2022-01-05  danFix an assert() failure that could follow an OOM when...
2022-01-05  drhImproved handling of OOM errors in sqlite3ExpandReturni...
2022-01-03  larrybrTest .mode quote blob output
2022-01-03  drhSmall performance and size optimization to allocateCurs...
2022-01-02  drhRemove unnecessary assignment operations in the btree...
2022-01-02  drhIn the CLI, fix ".mode quote" output for UTF16 BLOBs.
2022-01-02  drhDo not open a rollback journal file when the journal_mo...
2022-01-02  drhImprove formatting of an assert(). No functional changes.
2022-01-02  drhPerformance optimization in btreeParseCellPtr() by...
2022-01-02  drhSmall performance optimization and size reduction in...
2022-01-02  drhClear the cache of triggers used to implement CASCADE...
2022-01-02  drhEarlier detection of corruption in sqlite3BtreeDelete...
2022-01-01  drhDo not raise an SQLITE_SCHEMA error if in sqlite3Init...
2022-01-01  danFix an assert() in pager.c to avoid the possibility...
2022-01-01  drhAttempt to fix a harmless compiler warning in FTS5.
2022-01-01  danFix an obscure problem with releasing savepoints stored...
2022-01-01  drhRemove an obsolete assert() statement that no longer...
2022-01-01  drhFix a faulty assert() statement - adding a CORRUPT_DB...
2021-12-31  drhMark the REGEXP operator in the built-in extension...
2021-12-31  drhSimplify the sqlite3RunParser() routine by omitting...
2021-12-31  mistachkinFix harmless compiler warnings in the shell.
2021-12-31  mistachkinFix harmless compiler warnings seen with MSVC.
2021-12-31  drhPerformance optimization and size reduction in sqlite3R...
2021-12-31  drhMove the pTriggerPrg and pCleanup elements of the Parse...
2021-12-30  drhRemove unnecessary conditionals around the ORDER BY...
next