2020-01-07 |
drh | Provide the ability to tag an application-defined funct... testonly-functions |
commit | commitdiff | tree |
2020-01-07 |
drh | Add an "|| CORRUPT_DB" term to an assert() statement... |
commit | commitdiff | tree |
2020-01-07 |
dan | Fix an instance of an undefined behaviour (a left-shift... |
commit | commitdiff | tree |
2020-01-06 |
drh | In the typeof() optimization in OP_Column, expand the... |
commit | commitdiff | tree |
2020-01-06 |
drh | Rewrite the (debugging use only) sqlite3VdbeMemPrettyPr... |
commit | commitdiff | tree |
2020-01-06 |
drh | Backout change [4d0b9109f7a5312d4e1] because the condit... |
commit | commitdiff | tree |
2020-01-06 |
mistachkin | Move variable declaration to start-of-block for MSVC. |
commit | commitdiff | tree |
2020-01-06 |
drh | Do not attempt to use the skip-scan optimization if... |
commit | commitdiff | tree |
2020-01-06 |
dan | Ensure the SF_Aggregate flag on a SELECT statement... |
commit | commitdiff | tree |
2020-01-05 |
drh | Remove a NEVER in btree due to a new test case from... |
commit | commitdiff | tree |
2020-01-04 |
drh | Fix DBSTAT so that it returns now rows, rather than... |
commit | commitdiff | tree |
2020-01-04 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2020-01-04 |
dan | Omit the omit flat from eq constraints on column "name... |
commit | commitdiff | tree |
2020-01-04 |
drh | Record when the OP_IfNotOpen branch is and is not taken. |
commit | commitdiff | tree |
2020-01-04 |
drh | Remove another NEVER added by check-in [7b62555e285f32d3]. |
commit | commitdiff | tree |
2020-01-04 |
drh | New test cases in test/in4.test require rtree, so disab... |
commit | commitdiff | tree |
2020-01-04 |
dan | Fix a problem where the loop for the RHS of a LEFT... |
commit | commitdiff | tree |
2020-01-04 |
drh | Fix a false-positive in the register validity tracking... |
commit | commitdiff | tree |
2020-01-04 |
drh | Improve a testcase in test/fuzzdata8.db to make it... |
commit | commitdiff | tree |
2020-01-04 |
drh | Back out another NEVER added by check-in [7b62555e285f3... |
commit | commitdiff | tree |
2020-01-04 |
dan | Omit the omit flag from eq constraints on column "aggre... |
commit | commitdiff | tree |
2020-01-04 |
drh | Restore a NEVER and an assert in btree that was removed by |
commit | commitdiff | tree |
2020-01-03 |
dan | In fts3, avoid making a very large memory allocation... |
commit | commitdiff | tree |
2020-01-03 |
drh | Add NEVER macros to error-detection branches that were... |
commit | commitdiff | tree |
2020-01-03 |
drh | Improvement to check-in [7405e98225761180] so that... |
commit | commitdiff | tree |
2020-01-03 |
dan | Improve a specific case of early database corruption... |
commit | commitdiff | tree |
2020-01-03 |
drh | Remove an over-zealous ALWAYS() macro and add a test... |
commit | commitdiff | tree |
2020-01-03 |
dan | Fix a possible NULL pointer dereference caused by using... |
commit | commitdiff | tree |
2020-01-03 |
drh | Fix the OP_Copy-coalesce optimization so that if the... |
commit | commitdiff | tree |
2020-01-03 |
dan | Ensure that when a Select object is reset a new, empty... |
commit | commitdiff | tree |
2020-01-03 |
drh | When generating the name of a view (or common table... |
commit | commitdiff | tree |
2020-01-03 |
drh | Fix a problem in sqlite3TreeViewBareExprList() in which... |
commit | commitdiff | tree |
2020-01-02 |
drh | Add the two-size lookaside memory allocator. Also... |
commit | commitdiff | tree |
2020-01-02 |
drh | NEVER() and ALWAYS() macros tagging unreachable branches. two-size-lookaside |
commit | commitdiff | tree |
2020-01-02 |
drh | Merge the latest enhancements from trunk. |
commit | commitdiff | tree |
2020-01-02 |
drh | Do not allow the zipfile virtual table to start a trans... |
commit | commitdiff | tree |
2020-01-02 |
drh | Fix some test logic in the OP_Delete opcode so that... |
commit | commitdiff | tree |
2020-01-02 |
drh | Ifdef-out code that is only possible with the sessions... |
commit | commitdiff | tree |
2020-01-02 |
drh | Have the OP_ReleaseReg opcode also invalidate the regis... |
commit | commitdiff | tree |
2020-01-02 |
dan | Handle blobs that are the return values of functions... |
commit | commitdiff | tree |
2020-01-02 |
drh | Fix the OP_Move opcode so that it correctly manages... |
commit | commitdiff | tree |
2020-01-02 |
drh | Enhancements to aid testing and debugging: |
commit | commitdiff | tree |
2020-01-02 |
drh | Add the test_trace_breakpoint() subroutine that is... |
commit | commitdiff | tree |
2020-01-02 |
drh | Use OP_Copy instead of OP_SCopy to move the results... |
commit | commitdiff | tree |
2020-01-02 |
drh | The sqlite3WhereEnd() call now unwinds all Expr modific... |
commit | commitdiff | tree |
2020-01-01 |
drh | Provide the -DSQLITE_ENABLE_INTERNAL_FUNCTIONS=1 compil... |
commit | commitdiff | tree |
2020-01-01 |
drh | When generating code for a subquery, make a copy of... |
commit | commitdiff | tree |
2020-01-01 |
dan | Ensure that when code for a scalar SELECT featuring... |
commit | commitdiff | tree |
2020-01-01 |
drh | Fix the sqlite3ExprImpliesNonNullRow() routine so that... |
commit | commitdiff | tree |
2020-01-01 |
drh | New test-only SQL functions: implies_nonnull_row()... |
commit | commitdiff | tree |
2020-01-01 |
drh | Factor out code generation for in-line SQL functions... |
commit | commitdiff | tree |
2020-01-01 |
drh | Issue OP_ReleaseReg opcodes against the array of regist... |
commit | commitdiff | tree |
2019-12-31 |
drh | Remove an incorrect assert() statement. Ticket [46fcd7... |
commit | commitdiff | tree |
2019-12-31 |
drh | Also set the SQLITE_DIRECTONLY flag on the load_extensi... |
commit | commitdiff | tree |
2019-12-31 |
drh | Set the SQLITE_DIRECTONLY flag on the fts3_tokenizer... |
commit | commitdiff | tree |
2019-12-31 |
drh | Refactor names. Use "small" instead of "mini" to descr... mini-lookaside-take-2 |
commit | commitdiff | tree |
2019-12-31 |
drh | Merge recent enhancements from trunk. |
commit | commitdiff | tree |
2019-12-31 |
drh | The OP_ResultRow opcode releases the SCopy dependences... |
commit | commitdiff | tree |
2019-12-30 |
drh | Back out the NEVER() from check-in [40d10e7aad5b8992... |
commit | commitdiff | tree |
2019-12-30 |
drh | Add an ALWAYS() to a conditional which is apparently... |
commit | commitdiff | tree |
2019-12-30 |
drh | Put a NEVER() on a defensive branch. |
commit | commitdiff | tree |
2019-12-30 |
drh | Fix a typo in a comment. No changes to code. |
commit | commitdiff | tree |
2019-12-30 |
dan | Do not use HIDDEN columns for NATURAL joins. Fix for... |
commit | commitdiff | tree |
2019-12-30 |
dan | In ALTER TABLE, rename columns and tables in expression... |
commit | commitdiff | tree |
2019-12-29 |
drh | Do not allow triggers that run as part of REPLACE confl... |
commit | commitdiff | tree |
2019-12-29 |
drh | Add the OP_FinishSeek opcode which completes an OP_Defe... |
commit | commitdiff | tree |
2019-12-28 |
dan | Do not attempt to flatten compound sub-queries in a... |
commit | commitdiff | tree |
2019-12-28 |
dan | Change an assert() in where.c to a testcase() macro... |
commit | commitdiff | tree |
2019-12-28 |
drh | Disable early coding of transitive constraints at the... |
commit | commitdiff | tree |
2019-12-28 |
dan | Fix an instance where the planner might choose to use... |
commit | commitdiff | tree |
2019-12-28 |
drh | Further improvements to .wheretrace during loop code... |
commit | commitdiff | tree |
2019-12-28 |
drh | New enhancements to .wheretrace. The 0x20000 flag... |
commit | commitdiff | tree |
2019-12-28 |
drh | Expose some of the Where data structure debug printing... |
commit | commitdiff | tree |
2019-12-28 |
drh | Add the --enable-all option to the main configure scrip... |
commit | commitdiff | tree |
2019-12-28 |
drh | Simplifications to the initialization of the sqlite3_in... |
commit | commitdiff | tree |
2019-12-28 |
drh | If the ".wheretrace 0x10000" bit is set, print WhereTer... |
commit | commitdiff | tree |
2019-12-28 |
drh | Two new test cases added to test/fuzzdata8.db. |
commit | commitdiff | tree |
2019-12-28 |
dan | Second attempt to fix a problem with unwinding the... |
commit | commitdiff | tree |
2019-12-28 |
dan | Merge latest trunk changes with this branch. better-error-handling-1 |
commit | commitdiff | tree |
2019-12-28 |
dan | Fix an assert() failure in altertable3-22.4. |
commit | commitdiff | tree |
2019-12-28 |
drh | Fix a faulty assert() associated with query search... |
commit | commitdiff | tree |
2019-12-28 |
drh | Convert an assert() back into a conditional. The condi... |
commit | commitdiff | tree |
2019-12-28 |
drh | When an INSERT is receiving content from a SELECT,... |
commit | commitdiff | tree |
2019-12-28 |
drh | Recompute the values for all generated columns after |
commit | commitdiff | tree |
2019-12-27 |
dan | Do not attempt to unwind the WITH stack in the Parse... |
commit | commitdiff | tree |
2019-12-27 |
dan | Remove a NEVER() that is no longer true. Fix for [36ffe... |
commit | commitdiff | tree |
2019-12-27 |
dan | Fix a problem involving window function aliases being... |
commit | commitdiff | tree |
2019-12-27 |
drh | Add a missing "ifcapable rtree {...}" line to the windo... |
commit | commitdiff | tree |
2019-12-27 |
dan | Fix a problem with window functions in aggregate querie... |
commit | commitdiff | tree |
2019-12-27 |
dan | Do not mistake constant integers in a PARTITION BY... |
commit | commitdiff | tree |
2019-12-27 |
drh | Follow-up to check-in [c8c6dd0e6582ec91] - change the... |
commit | commitdiff | tree |
2019-12-27 |
dan | When determining if an aggregate within a sub-query... |
commit | commitdiff | tree |
2019-12-27 |
drh | Ensure that the Pager.changeCountDone flag is cleared... |
commit | commitdiff | tree |
2019-12-27 |
drh | Fix buffer underflows in the zipfile extension associat... |
commit | commitdiff | tree |
2019-12-26 |
drh | If an UPSERT can cause an Abort due to a constraint... |
commit | commitdiff | tree |
2019-12-26 |
drh | An UPDATE of a table that is indexed by a constant... |
commit | commitdiff | tree |
2019-12-26 |
dan | Fix an assert() in fts5 that could fail if an xSavepoin... |
commit | commitdiff | tree |
2019-12-26 |
drh | Makefile.in fix so that it works on systems that requir... |
commit | commitdiff | tree |
2019-12-26 |
drh | Add two new fuzzer test cases from dbsqlfuzz. |
commit | commitdiff | tree |
2019-12-26 |
drh | In the xAccess() method of the unix VFS, return true... |
commit | commitdiff | tree |
next |