]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
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...
2021-07-22  drhSet the checkSchema flag if a CREATE TABLE parse fails...
2021-07-22  drhFix ALTER TABLE DROP COLUMN so that it generates valid...
2021-07-22  drhOne of the optimizations of check-in [de9c86c9e4cdb34f...
2021-07-21  drhImproved robustness of cursor renumbering in the UNION...
2021-07-20  drhRun a "PRAGMA quick_check", if necessary, on the modifi...
2021-07-20  danAvoid a malfunction that could occur if the same correl...
2021-07-20  drhFix issues in the new ADD COLUMN constraint checking... add-column-constraint-check
2021-07-20  drhDemonstration code to show how NOT NULL and CHECK const...
2021-07-20  drhIt does not work to deserialized into TEMP, so do not...
2021-07-20  mistachkinFix compilation of 'threadtest3' for some older version...
2021-07-19  drhMore precision in comparing integers and floating point...
2021-07-19  danUpdates so that "threadtest3[.exe]" can be built for...
2021-07-19  danIn defensive mode, allow statements that write to shado...
2021-07-19  mistachkinFix minor spacing issues in the MSVC makefile.
2021-07-16  drhTry to omit the ORDER BY clause in subqueries if doing...
2021-07-16  drhMinor comment improvements. omit-subquery-order-by
2021-07-16  larrybrDe-typo sqlite3_expanded_sql() doc
2021-07-16  drhModify the generate_series() table-valued functions...
2021-07-16  drhFix the "main.mk" makefile so that "series.c" is a...
2021-07-16  drhGet the "omit ORDER BY in FROM-clause subqueries" optim...
2021-07-15  mistachkinBy default, do not emit #line directives in the amalgam...
2021-07-15  drhAttempt to omit ORDER BY clauses from FROM-clause subqu...
2021-07-15  drhChange references to the schema table in sqlite3_analyz...
2021-07-14  danFix a use-after-free error in ioerr.test caused by...
2021-07-13  mistachkinEnhance comments pertaining to the interface linkage...
2021-07-13  mistachkinFurther revisions to #line handling for amalgamation...
2021-07-13  larrybrGet correct #line tags into amalgamation for other...
2021-07-13  larrybrGet #line tags into amalgamation, subject to configure.
2021-07-13  larrybrMerge from trunk, rename tool option for its effect line_tags
2021-07-13  danDo not attempt to run Tcl sessions tests unless both...
2021-07-13  larrybrAmalgamation has #line directives by default. Minor...
2021-07-09  larrybrClarify comment on sqlite3.h's interface decaration...
2021-07-09  danFix an assert() that might fail if sqlite3_create_funct...
2021-07-09  drhEnhance the sqlite3_create_function() interfaces to...
2021-07-09  danAdd the usual "#ifdef __cplusplus" magic to header...
2021-07-09  larrybrAllow CLI shell build to #include same user-specified...
2021-07-08  mistachkinRename optional SQLITE_CUSTOM_INC define to SQLITE_CUST...
2021-07-08  larrybrAllow library build to #include a user-specified header.
2021-07-08  danPreserve and return to the user any error message retur...
2021-07-08  drhFix an issue with the SQLite Expert extension when...
2021-07-07  drhFix a harmless compiler warning in the "fuzzcheck"...
2021-07-07  drhFix a harmless compiler warning - duplicate local varia...
2021-07-07  drhFollow-up to [68db1ff9c44fa9c3]: The number of registe...
2021-07-07  danFix a recently introduced segfault that might occur...
2021-07-07  danImprove the error message in cases where there is a...
2021-07-07  danInstead of disallowing writes to fts5 tables if there...
2021-07-06  danHandle "<vector> IN (<vector>, <vector> ...)" in the...
2021-07-05  danDo not allow writes to an fts5 table if there are any...
2021-07-05  drhAdd the ATOMIC_INTRINSICS compile-time output output...
2021-07-05  danRevert [5204c2c4a7b73a64], restoring the old pre-proces...
2021-07-05  danAllow sub-queries in the FROM clause of an UPDATE....
2021-07-05  drhImproved rebustness in sqlite3ExprListDup() when it...
2021-07-05  drhEnsure that TK_SELECT_COLUMN Expr nodes always have...
2021-07-05  drhFix an incorrect comment on testcase misc1-27.0. No...
2021-07-04  drhEnhance the treeview debugging mechanism so that it...
2021-07-03  drhFix a (harmless) typo in a comment. No code changes.
2021-07-03  drhIn the PRAGMA foreign_key_check, ensure that sufficient...
2021-07-02  drhPut ALWAYS() on a branch that is always true due to...
2021-07-02  drhFix a harmless assertion fault discovered by
2021-07-01  danAllow unqualified "rowid" references to be used in...
2021-07-01  drhImport the updated nmakehlp.c file used by the TCL...
2021-06-30  danFix a memory leak in fts5 that could occur when process...
2021-06-30  danFix an assert() in fts5 that might fail when dealing...
2021-06-30  drhDo not enforce the SQLITE_LIMIT_FUNCTION_ARG limit...
2021-06-28  danWhen generating data for a RETURNING clause, avoid...
2021-06-25  drhThe OP_ReopenIdx opcode should clear the cursor if...
2021-06-25  drhRemove a redundant "ANALYZE" line from the ".fullschema...
2021-06-25  drhFix a bug in the ".fullschema" dot-command of the CLI...
2021-06-25  larrybrDocument sqlite3_wal_hook() return.
2021-06-24  drhAllow the SQLITE_OPEN_EXCLUSIVE flag in sqlite3_open...
2021-06-23  larrybrMake conditional nature of sqlite3_normalized_sql(...
2021-06-23  larrybrFully incorporate *_changes64() API improvement.
2021-06-23  drhShow CROSS JOINs in the TreeView debuggingn output.
2021-06-23  danFix a problem handling ORDER BY terms of the form ...
2021-06-22  drhWhen an index is used by all branches of the WHERE_MULT...
2021-06-22  danAdd the sqlite3_changes64() and sqlite3_total_changes64...
2021-06-22  danFix a problem causing sqlite3_changes() to return an...
2021-06-22  danEnsure that the cell array used in balance_nonroot...
2021-06-20  drhLoad recent dbsqlfuzz cases into test/fuzzdata8.db.
2021-06-20  drhRemove a NEVER() that is reachable by a corrupt database.
2021-06-20  drhDo not allow an SQLITE_CORRUPT error to mask a prior...
2021-06-19  drhRemove unnecessary (redundant) variable initialization...
2021-06-19  drhThe previous check-in is a significant change to btree...
2021-06-19  drhSplit the sqlite3BtreeMovetoUnpacked() routine into...
2021-06-18  drhVersion 3.36.0 version-3.36.0
2021-06-16  drhAdd an ALWAYS on a branch in STAT4-only logic that...
2021-06-16  danOmit a handful of tests from pager1.test when testing...
2021-06-16  danDo not run test file sessionbig.test on 32-bit platform...
2021-06-16  drhAdjust the mkshellc.tcl script so that the generated...
next