2019-09-18 |
drh | Always clear the temporary register cache after coding... |
commit | commitdiff | tree |
2019-09-18 |
dan | Add extra tests for the handling of corrupt records... |
commit | commitdiff | tree |
2019-09-18 |
drh | Fix another potential "jump depends on uninitialized... |
commit | commitdiff | tree |
2019-09-18 |
dan | Fix a "jump depends on unititialized value" valgrind... |
commit | commitdiff | tree |
2019-09-18 |
drh | Fix an OOB read in the INSTR() function introduced... |
commit | commitdiff | tree |
2019-09-17 |
drh | Do not change the OP_String8 opcode into OP_String... |
commit | commitdiff | tree |
2019-09-17 |
drh | Test cases for ticket [587791f92620090e] |
commit | commitdiff | tree |
2019-09-17 |
drh | Fix the instr() SQL function so that it makes a copy... |
commit | commitdiff | tree |
2019-09-16 |
drh | Improved type information display when tracing VDBE... |
commit | commitdiff | tree |
2019-09-16 |
drh | Do not attempt the LIKE optimization for non-text colum... |
commit | commitdiff | tree |
2019-09-16 |
drh | Add recent interesting cases from dbsqlfuzz. |
commit | commitdiff | tree |
2019-09-16 |
drh | Documentation updates for the SQLITE_DIRECTONLY flag. |
commit | commitdiff | tree |
2019-09-16 |
dan | Fix a problem with processing CTEs that use a WINDOW... |
commit | commitdiff | tree |
2019-09-14 |
dan | Add the --no-rowids option to the ".recover" command. |
commit | commitdiff | tree |
2019-09-14 |
drh | Extra comments on fields of the Window object. |
commit | commitdiff | tree |
2019-09-14 |
drh | Fix the windows inverse function on the JSON aggregates. |
commit | commitdiff | tree |
2019-09-13 |
dan | Fix a problem with using json1 window functions with... |
commit | commitdiff | tree |
2019-09-13 |
drh | Fix the windowB test module so that it works even if... |
commit | commitdiff | tree |
2019-09-13 |
dan | Add the SQLITE_SUBTYPE flag, which may be passed to... |
commit | commitdiff | tree |
2019-09-13 |
drh | Fix a typo in the carray extension header comment ... |
commit | commitdiff | tree |
2019-09-13 |
dan | Change the meaning of the SQLITE_SUBTYPE flag so that... window-functions-subtype-fix2 |
commit | commitdiff | tree |
2019-09-13 |
dan | Merge latest trunk changes with this branch. |
commit | commitdiff | tree |
2019-09-13 |
drh | Ensure that the idxStr for FTS5 is always zero-terminated. |
commit | commitdiff | tree |
2019-09-13 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2019-09-12 |
dan | Allow fts5 to filter on multiple MATCH clauses in a... |
commit | commitdiff | tree |
2019-09-11 |
mistachkin | Fix typo for one instance of line number handling in... |
commit | commitdiff | tree |
2019-09-10 |
drh | Enhance treeview to show SOFT-COLLATE for TK_COLLATE... |
commit | commitdiff | tree |
2019-09-10 |
dan | Ensure the columns of views and sub-queries maintain... |
commit | commitdiff | tree |
2019-09-09 |
dan | Ensure the columns of views and sub-selects in the... |
commit | commitdiff | tree |
2019-09-09 |
dan | Ensure the columns of views and sub-selects in the... tkt-a7debbe0_ |
commit | commitdiff | tree |
2019-09-07 |
dan | Add the SQLITE_SUBTYPE flag, which can be passed to... |
commit | commitdiff | tree |
2019-09-04 |
dan | Fix handling of NULL, text and blob values in window... |
commit | commitdiff | tree |
2019-09-03 |
drh | Updates to the default settings in Makefile.linux-gcc. |
commit | commitdiff | tree |
2019-09-03 |
drh | When we play games with COLLATE in order to commute... |
commit | commitdiff | tree |
2019-09-02 |
drh | Fix a bug introduced earlier today by check-in [88833a9... |
commit | commitdiff | tree |
2019-09-02 |
dan | Fix a potential crash in fts5 caused by using an auxili... |
commit | commitdiff | tree |
2019-09-02 |
drh | When applying the IN_INDEX_NOOP optimization and the... |
commit | commitdiff | tree |
2019-09-02 |
drh | Fix an obsolete comment that defines the meaning of... |
commit | commitdiff | tree |
2019-09-02 |
drh | When computing an expression value for an index-on... |
commit | commitdiff | tree |
2019-09-01 |
drh | Remove an obsolete paragraph from the OP_Column documen... |
commit | commitdiff | tree |
2019-08-31 |
drh | Fix a harmless compiler warning. |
commit | commitdiff | tree |
2019-08-31 |
drh | Mark new VDBE branches never taken. |
commit | commitdiff | tree |
2019-08-31 |
drh | Improvements to the algorithm that determines which... |
commit | commitdiff | tree |
2019-08-31 |
dan | If a DELETE trigger fired by an UPDATE OR REPLACE state... |
commit | commitdiff | tree |
2019-08-31 |
drh | Remove some affinity tests that became unreachable... |
commit | commitdiff | tree |
2019-08-30 |
drh | When the affinity of a table column is INT or REAL... |
commit | commitdiff | tree |
2019-08-30 |
drh | Make sure OP_RealAffinity has been applied to all colum... |
commit | commitdiff | tree |
2019-08-30 |
drh | Improvements to VDBE tracing. No changes to code in... |
commit | commitdiff | tree |
2019-08-30 |
dan | Add test case to window8.test. Also fix an error in... |
commit | commitdiff | tree |
2019-08-30 |
drh | Back out the change at [47cd634c98b502d4] which was... |
commit | commitdiff | tree |
2019-08-30 |
dan | Add further comments to window.c. |
commit | commitdiff | tree |
2019-08-30 |
drh | New test cases for window functions with RANGE BETWEEN... |
commit | commitdiff | tree |
2019-08-30 |
dan | Fix a bug in RANGE window functions that use "ORDER... |
commit | commitdiff | tree |
2019-08-30 |
drh | The expression "(X IS FALSE) IN (FALSE)" does not imply... |
commit | commitdiff | tree |
2019-08-30 |
drh | The expression "(X IS FALSE) BETWEEN FALSE AND TRUE... |
commit | commitdiff | tree |
2019-08-30 |
drh | The expression "(x IS FALSE) IS FALSE" does not imply... |
commit | commitdiff | tree |
2019-08-29 |
drh | Remove a faulty testcase() macro. |
commit | commitdiff | tree |
2019-08-29 |
dan | Improve vdbe branch coverage of NULLS LAST code. |
commit | commitdiff | tree |
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 |
next |