]> git.ipfire.org Git - thirdparty/sqlite.git/history - src
When compiling with SQLITE_ALLOW_ROWID_IN_VIEW, if the RETURNING clause of
[thirdparty/sqlite.git] / src /
2024-04-05  drhWhen compiling with SQLITE_ALLOW_ROWID_IN_VIEW, if...
2024-04-04  drhAdd the "interstage-heuristic" that attempts to avoid...
2024-04-04  drhFix an ASAN problem in part of the test harness. No...
2024-04-02  drhFix typos in comments. Provided ".wheretrace" debuggin... interstage-heuristic
2024-04-02  drhAdd a heuristic in between the two solver() passes...
2024-04-01  drhImproved comments in the query planner logic that compu...
2024-03-30  stephanMake explicit that sqlite3_keyword_name()'s index is...
2024-03-28  stephanDocument that the order of an update hook call is unspe...
2024-03-26  danAvoid expanding integer values in columns with real...
2024-03-25  drhThe RAISE() operator is not a constant expression and...
2024-03-25  drhSimplifications to the sqlite3_declare_vtab() implement...
2024-03-25  danFix a theoretical OOB memory access in sqlite3_stmt_sca...
2024-03-25  drhRevert the previous change. Instead, do a pre-check...
2024-03-25  drhRemove an ALWAYS() from a condition that can be true.
2024-03-25  drhFix an inaccuracy in automatic indexes that was exposed...
2024-03-25  drhUse the SQLITE_CONSTRAINT return value from xBestIndex...
2024-03-25  stephanFlag sqlite3_trace() and sqlite3_profile() as deprecate...
2024-03-24  drhFix the xBestIndex method of the pragma virtual table...
2024-03-24  drhImproved "wheretrace" debugging output for calls to...
2024-03-24  drhDo not automatically assume that ROWID is NOT NULL...
2024-03-23  drhFix an adverse interaction between CREATE TABLE AS...
2024-03-22  drhFix incorrect boundary assert()s on the new OP_IfSizeBe...
2024-03-21  danHave os_unix.c reuse cached file-descriptors in the...
2024-03-21  drhFix all test cases so that they work with SQLITE_ALLOW_...
2024-03-20  danChange EXPLAIN QUERY PLAN output to say "USE TEMP B...
2024-03-20  danChange EXPLAIN QUERY PLAN output to say "USE TEMP B... eqp-orderby
2024-03-20  drhFix the SQLITE_ALLOW_ROWID_IN_VIEW bug-compatibility...
2024-03-20  drhFix a typo in a comment. rowid-in-view
2024-03-20  drhFix typos in the SQLITE_CONFIG_ROWID_IN_VIEW documentation.
2024-03-19  drhChange the SQLITE_CONFIG_NO_ROWID_IN_VIEW configuration...
2024-03-19  drhReturn the error "ambiguous column name: rowid", instea...
2024-03-19  drhAdd the --no-rowid-in-view option to the --help output...
2024-03-19  drhMake sure the new u1.nRow value is copied when making...
2024-03-19  drhIn the name resolver when SQLITE_ALLOW_ROWID_IN_INDEX...
2024-03-19  danUpdate tests to work with SQLITE_ALLOW_ROWID_IN_VIEW.
2024-03-19  danReturn the error "ambiguous column name: rowid", instea... ambiguous-rowid-error
2024-03-19  drhImprovements to the first check-in on this branch,...
2024-03-19  drhOn second thought, change SQLITE_TESTCTRL_ROWID_IN_VIEW...
2024-03-19  drhWhen compiled with SQLITE_ALLOW_ROWID_IN_VIEW, rowid...
2024-03-19  drhFix another problem from [c63e26e705f5e967] involving...
2024-03-19  drhFirst steps toward getting -DSQLITE_ALLOW_ROWID_IN_VIEW...
2024-03-18  drhAdd the "VALUES-as-coroutine" optimization. Large...
2024-03-18  drhFix harmless compiler (scan-build) warnings. exp-values-clause2
2024-03-18  drhAllow the VALUES-as-coroutine optimization to be applie...
2024-03-18  drhAdd assert() statements to validate access to the SrcIt...
2024-03-18  drhFix the patch at [10ee6fcba08ab128] so that it works...
2024-03-18  drhImprovements to EXPLAIN QUERY PLAN output for multi...
2024-03-18  danEnsure the database schema has been loaded and the...
2024-03-18  danFix a problem caused by a non-aggregate function with...
2024-03-17  drhOmit the "noop(X)" test SQL function. Accomplish the...
2024-03-17  drhAdd an ALWAYS on an unreachable branch.
2024-03-16  drhRecognize when an SQL function is constant and can...
2024-03-16  drhA formerly impossible case has now become possible... enhanced-expr-is-const
2024-03-16  drhFurther expand the scope of usage for the enhacement...
2024-03-16  drhAssert that the eCode is always non-zero upon entry...
2024-03-16  drhActivate the enhanced constant-expression for the
2024-03-16  drhExtend the scope expr-is-constant for function to cover...
2024-03-16  danFix exprNodeIsConstantFunction() so that it returns...
2024-03-16  drhEnhance the sqlite3ExprIsConstant() function so that...
2024-03-14  danFix a problem with ALTER TABLE and correlated multi...
2024-03-14  danFix a problem handling "INSERT INTO ... SELECT ......
2024-03-14  danAvoid some OP_SCopy instructions in "INSERT INTO ....
2024-03-13  danChange the way parse.y handles multi-row VALUES clauses...
2024-03-13  danRemove unreachable code from this branch.
2024-03-13  danFix some OOM handling problems on this branch.
2024-03-13  danMerge trunk into this branch.
2024-03-13  danEnsure that if a multi-row VALUES cannot be coded while...
2024-03-13  danAvoid creating a co-routine incrementally for a VALUES...
2024-03-12  danCorrectly initialize the SrcItem.iCursor field to ...
2024-03-11  danAttempt to reduce the memory used by VALUES clauses...
2024-03-11  drhFix the ".import" command in the CLI so that it works...
2024-03-09  drhFix the .expert command in the shell so that it does...
2024-03-08  drhThe NOT NULL strength reduction optimization from ...
2024-03-08  drhOne of the assert()s added by the previous check-in...
2024-03-08  drhAdd new assert() statements, which if they had existed...
2024-03-08  drhSilently ignore redundant ON CONFLICT clauses in an...
2024-03-07  stephanIntroducing JS worker1 promiser v2, which initializes...
2024-03-07  drhDo not allow the query planner to be tricked into think...
2024-03-06  drhAdd the json_pretty() SQL function.
2024-03-06  mistachkinWork around obscure floating point issue seen with...
2024-03-06  drhAdd the json_pretty(J) function for pretty-printing...
2024-03-05  danRemove code that added a P4 parameter to the OP_Variabl...
2024-03-05  stephanReformulate [34439fe3aeea7cbb] slightly to resolve...
2024-03-05  drhThe value returned by the json_each.json field needs...
2024-03-05  stephan/fiddle: before resetting a db, roll back any transacti...
2024-03-04  drhFix a compiler warning in date.c. Update makefiles...
2024-03-04  drhAdjust date/time functions so that they do a better...
2024-03-04  drhFix assert() statements in date/time computations:...
2024-03-03  drhBack out the previous change. Replace it with new...
2024-03-02  drhNew date/time modifiers "mnth" and "yr" work like ...
2024-03-02  drhChange the magic time-interval names that do truncate... month-truncate
2024-03-02  drhProof-of-concept for new time-interval operator "pg...
2024-02-28  drhAdd in a VdbeCoverage() macro needed by STAT4 that...
2024-02-28  drhAlways convert 32-bit integer literals into EP_IntValue...
2024-02-27  drhFix an eputf() macro without its argument in the CLI.
2024-02-27  drhAdd an assert() to help scan-build recognize that a...
2024-02-27  drhAdjust a VdbeCoverage() macro in PRAGMA integrity_check...
2024-02-27  drhRemove unreachable branches from the PRAGMA integrity_c...
2024-02-27  danEnsure memory cells are properly freed before they...
2024-02-27  danHave "PRAGMA quick_check" compare the number of entries...
next