2019-08-29 |
dan | Fix other problems similar to ticket [c0390363]. |
commit | commitdiff | tree |
2019-08-29 |
drh | Add a missing VdbeCoverage() macro. |
commit | commitdiff | tree |
2019-08-29 |
drh | Remove an unreachable branch in the NULLS LAST logic... |
commit | commitdiff | tree |
2019-08-29 |
dan | Fix another case where SQLite assumes that if "~(?... |
commit | commitdiff | tree |
2019-08-29 |
dan | Avoid assuming that for "~ (? OR TRUE)" to be true... |
commit | commitdiff | tree |
2019-08-29 |
dan | Fix a potential buffer overrun in fts5 caused by corrup... |
commit | commitdiff | tree |
2019-08-29 |
drh | Improve Lemon so that it enlarges some of its tables... |
commit | commitdiff | tree |
2019-08-28 |
drh | Fix an unreachable branch in sqlite3ParserFallback() lemon-optimization |
commit | commitdiff | tree |
2019-08-28 |
drh | Further improvements to parser speed by enlarging looku... |
commit | commitdiff | tree |
2019-08-28 |
drh | Increase the size of the yy_lookahead table so that... |
commit | commitdiff | tree |
2019-08-27 |
dan | Add support for "ORDER BY ... NULLS FIRST" and "ORDER... |
commit | commitdiff | tree |
2019-08-27 |
drh | The ALWAYS() added by the previous check-in was incorre... |
commit | commitdiff | tree |
2019-08-27 |
drh | Add ALWAYS() to an always true conditional that results... |
commit | commitdiff | tree |
2019-08-27 |
drh | Omit the "x IN (y)" to "x==y" optimization of check... |
commit | commitdiff | tree |
2019-08-27 |
drh | If a TEMP TRIGGER references an auxiliary schema, and... |
commit | commitdiff | tree |
2019-08-26 |
drh | Merge in recent fixes from trunk. nulls-last |
commit | commitdiff | tree |
2019-08-26 |
dan | Tweak the shell tool ".recover" command so that it... |
commit | commitdiff | tree |
2019-08-26 |
drh | Improved detection of number of column mismatch for... |
commit | commitdiff | tree |
2019-08-26 |
drh | Fix typo in a comment. No code changes. |
commit | commitdiff | tree |
2019-08-26 |
drh | Enforce 80-character line discipline in the CLI. Minor... |
commit | commitdiff | tree |
2019-08-24 |
dan | Minor performance improvement for balance_nonroot(). |
commit | commitdiff | tree |
2019-08-24 |
dan | Fix a potential buffer overrun in fts5 caused by corrup... |
commit | commitdiff | tree |
2019-08-23 |
drh | Fix the built-in edit() SQL function in the CLI so... |
commit | commitdiff | tree |
2019-08-23 |
dan | Move some things in parse.y so that TK_COLUMN and TK_AG... |
commit | commitdiff | tree |
2019-08-23 |
drh | Revise the VDBE comments for NULL-scan so that they... |
commit | commitdiff | tree |
2019-08-23 |
drh | Additional simplifications of the WHERE loop code gener... |
commit | commitdiff | tree |
2019-08-23 |
drh | Simplification of the WHERE loop code generator for... |
commit | commitdiff | tree |
2019-08-23 |
drh | Invert the meaning of the regBignull flag so that it... |
commit | commitdiff | tree |
2019-08-23 |
drh | Extra VDBE comments in the NULLS LAST logic provide... |
commit | commitdiff | tree |
2019-08-22 |
drh | Add additional VDBE coverage marcros. |
commit | commitdiff | tree |
2019-08-22 |
drh | Merge fixes from trunk. Also fix a reference to the... |
commit | commitdiff | tree |
2019-08-22 |
drh | Fix the likely(), unlikely(), and likelihood() function... |
commit | commitdiff | tree |
2019-08-22 |
drh | Fix a false-positive in sqlite3ExprNeedsNoAffinityChange(). |
commit | commitdiff | tree |
2019-08-22 |
drh | Fix the OP_SeekGE, OP_SeekGT, OP_SeekLE, and OP_SeekLT... |
commit | commitdiff | tree |
2019-08-21 |
dan | Add missing VdbeCoverage() macros to new code. |
commit | commitdiff | tree |
2019-08-21 |
dan | Disable broken test case in expert1.test. |
commit | commitdiff | tree |
2019-08-21 |
dan | Update this branch with latest trunk changes. |
commit | commitdiff | tree |
2019-08-21 |
dan | Avoid assuming that "column IS ?", where column is... |
commit | commitdiff | tree |
2019-08-21 |
dan | Fix a broken assert() in the fts3 snippet code that... |
commit | commitdiff | tree |
2019-08-20 |
dan | Further tests for the special null-handling on this... |
commit | commitdiff | tree |
2019-08-20 |
dan | Fix a problem with fts5 "ORDER BY rank" queries when... |
commit | commitdiff | tree |
2019-08-20 |
dan | Add tests for sort-by-index cases that use IN() and... |
commit | commitdiff | tree |
2019-08-20 |
dan | Do not pass ORDER BY clauses with non-standard NULL... |
commit | commitdiff | tree |
2019-08-20 |
dan | Fix a segfault that could occur following an OOM while... |
commit | commitdiff | tree |
2019-08-20 |
drh | Add the new sqlite3_drop_modules() interface to the... |
commit | commitdiff | tree |
2019-08-20 |
dan | Retain the affinity of an expression in a WHERE clause... |
commit | commitdiff | tree |
2019-08-20 |
mistachkin | Fix a typo and a harmless compiler warning. |
commit | commitdiff | tree |
2019-08-19 |
drh | Add the sqlite3_drop_modules() interface. |
commit | commitdiff | tree |
2019-08-19 |
drh | Omit the "_except" term from the name of the new interface. sqlite3_drop_modules_except |
commit | commitdiff | tree |
2019-08-19 |
dan | Fix problems with window frames that use ORDER BY ... |
commit | commitdiff | tree |
2019-08-19 |
dan | Prevent NULLS FIRST/LAST from being used in CREATE... |
commit | commitdiff | tree |
2019-08-17 |
dan | Add some extra tests for the lsm virtual table module. |
commit | commitdiff | tree |
2019-08-17 |
drh | Fix to the query planner for the LSM1 extension. |
commit | commitdiff | tree |
2019-08-17 |
drh | The experimental sqlite3_drop_modules_except() interface. |
commit | commitdiff | tree |
2019-08-17 |
drh | Fix the new ability to unregister virtual table modules... |
commit | commitdiff | tree |
2019-08-17 |
dan | When populating an ephemeral b-tree for the RHS of... |
commit | commitdiff | tree |
2019-08-17 |
dan | Add tests to ensure that this branch really does fix... |
commit | commitdiff | tree |
2019-08-17 |
dan | Fix problem with DESC indexes on this branch. |
commit | commitdiff | tree |
2019-08-17 |
drh | Ensure the functions that appear to be constant are... |
commit | commitdiff | tree |
2019-08-17 |
dan | Merge trunk changes into this branch. |
commit | commitdiff | tree |
2019-08-17 |
drh | Activate introspection pragmas by default. The new... |
commit | commitdiff | tree |
2019-08-17 |
drh | The SQLITE_DIRECTONLY flag, when added to sqlite3_creat... |
commit | commitdiff | tree |
2019-08-16 |
drh | Add the ability to unregister a virtual table module... |
commit | commitdiff | tree |
2019-08-16 |
dan | Add support for using indexes for some ORDER BY clauses... |
commit | commitdiff | tree |
2019-08-15 |
drh | Fix harmless compiler warnings in the TCL interface. |
commit | commitdiff | tree |
2019-08-15 |
drh | Add the SQLITE_DBCONFIG_ENABLE_VIEW option, together... |
commit | commitdiff | tree |
2019-08-15 |
drh | Provide the SQLITE_DIRECTONLY flag for app-defined... directonly |
commit | commitdiff | tree |
2019-08-15 |
drh | Ensure that the optional "sz=N" parameter that can... |
commit | commitdiff | tree |
2019-08-15 |
dan | Ensure that SQLite does not attempt to process incompat... |
commit | commitdiff | tree |
2019-08-15 |
drh | Avoid downgrading SQLITE_CORRUPT errors detected by... |
commit | commitdiff | tree |
2019-08-15 |
drh | Ensure that the cell overwrite optimization does not... |
commit | commitdiff | tree |
2019-08-15 |
drh | Early detection out-of-bounds page numbers on the direc... |
commit | commitdiff | tree |
2019-08-14 |
drh | Always check for reads past the end of the file on... |
commit | commitdiff | tree |
2019-08-13 |
mistachkin | Add some static to the 'regexp' extension. |
commit | commitdiff | tree |
2019-08-13 |
dan | Update test cases so that they work with ICU enabled. |
commit | commitdiff | tree |
2019-08-13 |
dan | Update some corruption test cases to take [724f4df9c... |
commit | commitdiff | tree |
2019-08-13 |
dan | Fix a problem with RBU function sqlite3rbu_bp_progress... |
commit | commitdiff | tree |
2019-08-12 |
drh | Make sure the btree cursor overflow cache is cleared... |
commit | commitdiff | tree |
2019-08-12 |
dan | Experimental implementation of NULLS FIRST/LAST. This... |
commit | commitdiff | tree |
2019-08-12 |
drh | For the ".testctrl prng_seed" command in the CLI, if... |
commit | commitdiff | tree |
2019-08-12 |
drh | Add a TESTCTRL that disables the verification of type... |
commit | commitdiff | tree |
2019-08-12 |
drh | Validate the type, name, and tbl_name fields of the... |
commit | commitdiff | tree |
2019-08-10 |
drh | Fix the sqliteExprImpliesExpr() routine so that it... |
commit | commitdiff | tree |
2019-08-10 |
dan | Add extra test cases related to the previous commit. |
commit | commitdiff | tree |
2019-08-10 |
drh | Remove two incorrect assert() statements from the logic... |
commit | commitdiff | tree |
2019-08-09 |
drh | Allow the RHS of a row-value IN operator to use a compo... |
commit | commitdiff | tree |
2019-08-09 |
mistachkin | Modify signature of sqlite3VdbeChangeOpcode() to accept... |
commit | commitdiff | tree |
2019-08-09 |
drh | Fix more compiler warnings. |
commit | commitdiff | tree |
2019-08-08 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2019-08-08 |
drh | Remove support for SQLITE_ENABLE_STAT3. The sqlite_sta... |
commit | commitdiff | tree |
2019-08-08 |
drh | Fix a case of the Expr.affinity to Expr.affExpr refacto... |
commit | commitdiff | tree |
2019-08-08 |
drh | More legacy STAT3 code removed. omit-stat3 |
commit | commitdiff | tree |
2019-08-08 |
drh | Remove support for STAT3. The sqlite_stat3 tables... |
commit | commitdiff | tree |
2019-08-08 |
drh | Remove a NEVER() that is reachable from a corrupt database. |
commit | commitdiff | tree |
2019-08-07 |
dan | Remove use of the affinity() function from view.test... |
commit | commitdiff | tree |
2019-08-07 |
dan | Add "set TMP=%CD%" to the start of each msvc script... |
commit | commitdiff | tree |
2019-08-07 |
dan | Eliminate some more cases of redundant sorting in windo... |
commit | commitdiff | tree |
2019-08-07 |
drh | Do not make SQLITE_READ authorizer calls for tables... |
commit | commitdiff | tree |
2019-08-06 |
dan | Ensure that when the col in an operator like "val IN... |
commit | commitdiff | tree |
2019-08-06 |
drh | Improved reuse of file descriptors for which close... |
commit | commitdiff | tree |
next |