]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2018-04-28  mistachkinAdd comments about the intended use of the sqlite3_data... win32dir
2018-04-27  mistachkinDocument and expose sqlite3_win32_set_directory() funct...
2018-04-27  danUpdate test script fts3expr4.test so that it always...
2018-04-27  danFix a test script error causing tests to fail in soak...
2018-04-27  drhEnhance the comments in the templatevtab.c implementation.
2018-04-26  drhThe previous fix for ticket [d85fffd6ffe856092ed8da...
2018-04-26  danWhen processing an "ORDER BY ... LIMIT" that does not...
2018-04-26  danWhen processing an "ORDER BY ... LIMIT" that does not... sorter-limit-opt
2018-04-26  drhEnsure that new.* values of an UPDATE do not get clobbe...
2018-04-26  drhClarification of the behavior of a BEFORE UPDATE trigge...
2018-04-26  drhImproved VDBE comment on the OP_Param opcode. No subst...
2018-04-26  danUpdate the "fuzz_malloc.test" script to print SQL state...
2018-04-25  drhAdd new interfaces for accessing the list of SQL keywords:
2018-04-25  drhAdd the new DO and NOTHING keywords to the keyword...
2018-04-25  drhAdd the new SQLITE_SHELL_INIT_PROC compile-time entry...
2018-04-25  drhAvoid many unnecessary calls to sqlite3ReadSchema(...
2018-04-25  drhAdd an assert() to ensure that schema mutexes are held...
2018-04-24  danRemove a recently added NEVER() macro from a branch...
2018-04-24  danFix a problem with processing "LEFT JOIN tbl ON tbl...
2018-04-24  drhDo not attempt to use terms from the WHERE clause to...
2018-04-24  drhUpdate the expert extension test cases to account for...
2018-04-24  drhAll the OR optimization to proceed even if the OR is...
2018-04-24  drhAdd a hyperlink to the ticket on the code comment for...
2018-04-24  danDo not attempt to read values from indexes-on-expressio...
2018-04-24  drhEnhance the CLI to render EXPLAIN QUERY PLAN using...
2018-04-24  drhFix a memory leak following failure to open an external...
2018-04-24  drhIn EXPLAIN QUERY PLAN output, do not show an EXECUTE...
2018-04-24  drhFix to check-in [ca34c2dd20ee071e] - avoid a NULL point...
2018-04-23  drhFix a problem in sqlite3ExprCompare() associated with...
2018-04-23  drhFix a formatting issue in the TreeView output for bare...
2018-04-23  drhAdd the ".imposter off" variant of the ".imposter"...
2018-04-23  drhThe ".selecttrace 0x2000" command causes just the top...
2018-04-23  drhThe ".selecttrace 4" command now shows only a single...
2018-04-23  drhDo not restore the iSelectId value until after the...
2018-04-23  drhIn the ".selecttrace" output, include the EXPLAIN QUERY...
2018-04-23  drhEnsure that there are no bind-parameters or incorrect...
2018-04-23  drhFix an unreachable branch associated with stack overflo...
2018-04-21  drhPerformance improvements on the main loop of the LEMON...
2018-04-21  drhEnhance LEMON to track which symbols actually carry...
2018-04-21  danA few more tests for upsert.
2018-04-21  drhAdd the %extra_context directive to lemon, as an altern...
2018-04-21  drhFix UPSERT so that it plays nicely with AUTOINCREMENT.
2018-04-20  drhAdd the -dDIRECTORY command-line option to LEMON.
2018-04-20  danEnhance the "rbu" command line utility a bit.
2018-04-20  drhFix a harmless compiler warning.
2018-04-20  drhAvoid the use of statement journals on DELETEs of a...
2018-04-20  drhAvoid opening a statement journal on single-row UPDATEs...
2018-04-20  drhFix a VDBE comment on upsert. Provide an error message...
2018-04-20  danAdd tests for name resolution in ON CONFLICT clauses.
2018-04-20  drhAvoid unnecessary cursor seeking when performing an...
2018-04-20  drhImproved VDBE comment on UPSERT code. upsert-opt2
2018-04-20  drhMinor simplification of the previous checkin.
2018-04-20  drhAvoid unnecessary cursor seeks during upsert processing.
2018-04-20  danAdd test cases for UPSERT. And a fix for a "REPLACE...
2018-04-20  drhEnhance UPSERT so that the UPDATE uses the same set...
2018-04-20  drhMinor simplification of the cursor allocation logic...
2018-04-19  drhFix the handling of "PRAGMA count_changes=ON" with...
2018-04-19  drhMinor simplification to the upsert logic.
2018-04-19  danModify a test case in zipfile2.test to take into accoun...
2018-04-19  drhAdd the --upsert option to the wordcount test program.
2018-04-19  drhAdd the ext/misc/tmeplatevtab.c template for virtual...
2018-04-19  drhFix a problem in the new upsert implemention, discovere...
2018-04-19  drhFix the table name aliasing on INSERT so that it occurs...
2018-04-18  danAdd the "sorter-reference" optimization, allowing SQLit...
2018-04-18  danMinor changes to test script upsert4.test.
2018-04-18  drhAvoid a NULL-pointer deref following OOM. sorter-reference
2018-04-18  drhFix a test case inside distinct.test.
2018-04-18  drhImproved matching of COLLATE clauses within the ON...
2018-04-18  danAdd extra test cases for UPSERT.
2018-04-18  drhFix a problem in the sqlite3ExprCompare() function...
2018-04-18  drhAdd support for PostgreSQL UPSERT syntax and functionality.
2018-04-18  drhFix the build for SQLITE_OMIT_UPSERT upsert
2018-04-18  drhAdd the --sorterref N option to the CLI.
2018-04-18  drhOmit some code not used without SQLITE_ENABLE_SORTER_RE...
2018-04-18  drhRemove an unused local variable.
2018-04-18  drhEnhance ALTER TABLE ADD COLUMN to support "DEFAULT...
2018-04-18  drhAdd checks to the CLI that issue a warning if SQLite...
2018-04-18  danFix a problem in the shell preventing it from working...
2018-04-18  drhAdd new testcase() macros and fix a bug that was reveal...
2018-04-17  drhRemove unreachable branches. 100% MC/DC in TH3 now.
2018-04-17  drhAdded a comment on the assert() added to the previous...
2018-04-17  drhFixes to the logic for constraint check reordering...
2018-04-17  drhDuring PRAGMA vdbe_addoptrace=ON, show calls to sqlite3...
2018-04-17  drhTK_REGISTER expressions nodes are probably not constant...
2018-04-17  drhSimplification to the upsert logic.
2018-04-17  danAdd some more simple test cases for UPSERT. And a minor...
2018-04-17  drhNew test cases for upsert.
2018-04-16  danAdd SQLITE_CONFIG_SORTERREF_SIZE configuration option.
2018-04-16  drhMerge the Lemon enhancement from trunk, resulting in...
2018-04-16  drhLemon enhancements: (1) Do not allocate space for...
2018-04-16  drhRemove the MySQL upsert syntax. As an optional alias...
2018-04-16  drhAdd support for the "excluded.*" names in the UPDATE...
2018-04-16  drhMerge changes from trunk.
2018-04-16  drhIncrease the version number to 3.24.0
2018-04-16  drhReduce the size of the NameContext object by grouping...
2018-04-14  drhGet upsert working on WITHOUT ROWID tables.
2018-04-14  drhMake sure constraint checks occur in the correct order...
2018-04-14  danExperimental change to "SELECT * FROM ... ORDER BY...
2018-04-13  drhFirst cut at logic to perform DO UPDATE for rowid tables.
2018-04-13  drhAdd infrastructure for doing an UPDATE as part of an...
next