2016-09-09 |
mistachkin | Make the new file test_delete.c portable to MSVC on... test_delete |
commit | commitdiff | tree |
2016-09-09 |
dan | Add new file test_delete.c, containing test code for... |
commit | commitdiff | tree |
2016-09-09 |
drh | Fix a out-of-order variable declaration for some compil... |
commit | commitdiff | tree |
2016-09-09 |
drh | In releasetest.tcl, the --srcdir option is automatic... |
commit | commitdiff | tree |
2016-09-09 |
drh | Fix an obsolete comment in the releasetest.tcl source... |
commit | commitdiff | tree |
2016-09-09 |
drh | In releasetest.tcl: |
commit | commitdiff | tree |
2016-09-08 |
drh | Issue a warning and prompt the user to continue if... |
commit | commitdiff | tree |
2016-09-07 |
drh | Add support for row-value comparisons, including IN... |
commit | commitdiff | tree |
2016-09-07 |
dan | Fix a problem handling expressions like "(a, b) IN... rowvalue |
commit | commitdiff | tree |
2016-09-07 |
drh | Add the ext/misc/memvfs.c extension that implements... |
commit | commitdiff | tree |
2016-09-07 |
drh | Simplify the affinity handling logic in codeAllEquality... |
commit | commitdiff | tree |
2016-09-07 |
drh | Merge fixes from trunk. |
commit | commitdiff | tree |
2016-09-07 |
drh | Fix the ".read" command in the command-line shell so... |
commit | commitdiff | tree |
2016-09-07 |
drh | The ORDER BY LIMIT optimization is not valid unless... |
commit | commitdiff | tree |
2016-09-06 |
drh | Remove obsolete vector-IN test cases. Fix a bad testca... |
commit | commitdiff | tree |
2016-09-06 |
drh | Fix corer cases of vector IN operators where the RHS... |
commit | commitdiff | tree |
2016-09-06 |
dan | Remove an unnecessary branch from expr.c. |
commit | commitdiff | tree |
2016-09-06 |
drh | Avoid unnecessary memory allocations for aiMap in codeE... |
commit | commitdiff | tree |
2016-09-06 |
drh | Avoid a NULL pointer deref in codeAllEqualityConstraint... |
commit | commitdiff | tree |
2016-09-06 |
dan | Simplify the fix in commit [7d9bd22c]. |
commit | commitdiff | tree |
2016-09-06 |
drh | Fix the header comment on codeEqualityTerm(). |
commit | commitdiff | tree |
2016-09-06 |
dan | Fix a problem handling (a, b) IN (SELECT ...) expressio... |
commit | commitdiff | tree |
2016-09-06 |
drh | Enhance the sqlite3GetTempRange() and sqlite3ReleaseTem... |
commit | commitdiff | tree |
2016-09-06 |
dan | Fix a typo in a comment in expr.c. |
commit | commitdiff | tree |
2016-09-05 |
drh | Simplified logic to extract a column from a row value. |
commit | commitdiff | tree |
2016-09-05 |
drh | Fix an assert() so that it does C-compiler does not... |
commit | commitdiff | tree |
2016-09-05 |
drh | Simplifications to the SQLITE_KEEPNULL flag on VDBE... |
commit | commitdiff | tree |
2016-09-05 |
drh | Do vector comparison size checking early - at name... |
commit | commitdiff | tree |
2016-09-05 |
drh | Catch vector size mismatch problems during name resolut... early-vector-size-check |
commit | commitdiff | tree |
2016-09-05 |
dan | Fix a crash that could occur under certain circumstance... |
commit | commitdiff | tree |
2016-09-03 |
dan | Fix a problem causing the affinity of sub-select row... |
commit | commitdiff | tree |
2016-09-03 |
drh | Merge the fuzzershell enhancement from trunk. |
commit | commitdiff | tree |
2016-09-03 |
drh | Build the generate_series(START,END,STEP) table-valued... |
commit | commitdiff | tree |
2016-09-03 |
dan | Consider the affinity of "b" when using an "a IN (SELEC... |
commit | commitdiff | tree |
2016-09-03 |
drh | Performance optimizations. |
commit | commitdiff | tree |
2016-09-02 |
drh | Merge recent changes from trunk. |
commit | commitdiff | tree |
2016-09-02 |
dan | Add a test case for the OOM handled by the previous... |
commit | commitdiff | tree |
2016-09-02 |
drh | Correctly detect an OOM occurring in the setDestPgsz... |
commit | commitdiff | tree |
2016-09-02 |
dan | Within a backup operation, ensure that a read-transacti... |
commit | commitdiff | tree |
2016-09-01 |
dan | Have "sqldiff --rbu" ignore rows with NULL values in... |
commit | commitdiff | tree |
2016-09-01 |
dan | If SQLITE_ENABLE_ZIPVFS is defined, journal_mode=off... |
commit | commitdiff | tree |
2016-08-29 |
dan | Use some of the example code from the sessions documena... |
commit | commitdiff | tree |
2016-08-27 |
drh | Fix typos in comments. No changes to running code. |
commit | commitdiff | tree |
2016-08-27 |
dan | Fix some comments in sqlite3session.h. No changes to... |
commit | commitdiff | tree |
2016-08-27 |
dan | Fixes to fts5 snippet() function. |
commit | commitdiff | tree |
2016-08-27 |
drh | Merge updates from trunk. |
commit | commitdiff | tree |
2016-08-27 |
drh | Fix the extra comments (added with -DSQLITE_ENABLE_EXPL... |
commit | commitdiff | tree |
2016-08-27 |
drh | Fix the "Synopsis" on the OP_Lt, OP_Le, OP_Gt, and... |
commit | commitdiff | tree |
2016-08-26 |
drh | Fix a minor problem in sqlite3FindInIndex() related... |
commit | commitdiff | tree |
2016-08-26 |
drh | Fix the sqlite3FindInIndex() to ensure that it always... |
commit | commitdiff | tree |
2016-08-26 |
drh | Add an EXPLAIN QUERY PLAN line for when a index is... |
commit | commitdiff | tree |
2016-08-26 |
dan | Add test cases to rowvalue2.test. |
commit | commitdiff | tree |
2016-08-26 |
drh | Enhance sqlite3FindInIndex() so that it is able to... |
commit | commitdiff | tree |
2016-08-26 |
drh | Fix a post-OOM crash in updateRangeAffinityStr(). ... |
commit | commitdiff | tree |
2016-08-26 |
dan | Fix a problem with affinity changes and vector range... |
commit | commitdiff | tree |
2016-08-26 |
drh | Allow ROWID values in indexed vector comparisons. |
commit | commitdiff | tree |
2016-08-26 |
dan | Fix a problem in internal function sqlite3OpenTableAndI... |
commit | commitdiff | tree |
2016-08-26 |
mistachkin | Rename a test procedure in 'speed3.test' to avoid a... |
commit | commitdiff | tree |
2016-08-26 |
drh | Comment improvements. Put ALWAYS and NEVER macros... |
commit | commitdiff | tree |
2016-08-26 |
mistachkin | Adapt the special case of '$' in item names for test... |
commit | commitdiff | tree |
2016-08-26 |
mistachkin | Make the test 'vtabH-3.1' work when there are less... |
commit | commitdiff | tree |
2016-08-26 |
mistachkin | Support running the fstree tests in 'vtabH.test' on... |
commit | commitdiff | tree |
2016-08-26 |
drh | Remove an unreachable branch from sqlite3ExprAffinity() |
commit | commitdiff | tree |
2016-08-25 |
mistachkin | Fix typos in 'vtabF.test' file. No changes to code. |
commit | commitdiff | tree |
2016-08-25 |
drh | Merge recent changes from trunk. |
commit | commitdiff | tree |
2016-08-25 |
drh | Fix the sqlite3_trace_v2() interface so that it goes... |
commit | commitdiff | tree |
2016-08-25 |
drh | Refactor the sqlite3ExprCodeIN() routine for improved... |
commit | commitdiff | tree |
2016-08-25 |
drh | Another fix in the IN-operator algorithm description. |
commit | commitdiff | tree |
2016-08-25 |
drh | Further refinement of the in-operator.md documentation. |
commit | commitdiff | tree |
2016-08-25 |
drh | Improvements to IN operator code generator comments... |
commit | commitdiff | tree |
2016-08-25 |
drh | Corrections to the IN-operator notes. |
commit | commitdiff | tree |
2016-08-25 |
drh | Add notes on the implementation of the IN operator. |
commit | commitdiff | tree |
2016-08-24 |
drh | Simplified VDBE code for the vector NOT IN null-scannin... |
commit | commitdiff | tree |
2016-08-24 |
drh | Improved extended comments of comparison operators... |
commit | commitdiff | tree |
2016-08-24 |
drh | In sqlite3FindInIndex(), improve internal comments... |
commit | commitdiff | tree |
2016-08-24 |
dan | Fix a bug in the fts5 snippet function causing it to... fts5-snippet-bias |
commit | commitdiff | tree |
2016-08-24 |
mistachkin | Sync up the MSVC autoconf makefile. |
commit | commitdiff | tree |
2016-08-24 |
drh | Fix more unreachable branches. |
commit | commitdiff | tree |
2016-08-24 |
drh | Add a NEVER() on an unreachable branch in comparisonAff... |
commit | commitdiff | tree |
2016-08-24 |
dan | Fix a buffer overrun in the code for handling IN(.... |
commit | commitdiff | tree |
2016-08-24 |
drh | The previous OOM fix was bad. Back it out and replace... |
commit | commitdiff | tree |
2016-08-24 |
drh | Avoid a potential null-pointer dereference following... |
commit | commitdiff | tree |
2016-08-23 |
drh | Simplify the row value misuse error message. |
commit | commitdiff | tree |
2016-08-23 |
drh | Fix a problem with rowvalue UPDATE when the rowvalue... |
commit | commitdiff | tree |
2016-08-23 |
drh | Fix an uninitialized variable in CASE expression code... |
commit | commitdiff | tree |
2016-08-23 |
drh | Fix the SQLITE_USER_AUTHENTICATION login check so that... |
commit | commitdiff | tree |
2016-08-22 |
drh | Add support for the SQLITE_DBCONFIG_MAINDBNAME configur... |
commit | commitdiff | tree |
2016-08-22 |
drh | Fix the vector BETWEEN operator so that it only evaluat... |
commit | commitdiff | tree |
2016-08-22 |
drh | Reinstate the mechanism in BETWEEN that avoids evaluati... |
commit | commitdiff | tree |
2016-08-20 |
drh | The docs promise the in "x BETWEEN y AND z" the x expre... |
commit | commitdiff | tree |
2016-08-20 |
drh | Further comment enhancements. No changes to code. |
commit | commitdiff | tree |
2016-08-20 |
drh | Clarification of code comments in expr.c. Clean up... |
commit | commitdiff | tree |
2016-08-20 |
drh | Fixes for problems following OOM errors. |
commit | commitdiff | tree |
2016-08-20 |
dan | Fix other minor problems with the fts5 snippet() function. |
commit | commitdiff | tree |
2016-08-20 |
drh | Do not duplicate the Expr.pLeft subtree of a TK_SELECT_... |
commit | commitdiff | tree |
2016-08-20 |
dan | Fix a segfault that could occur if a query that used... |
commit | commitdiff | tree |
2016-08-20 |
drh | Improvements to the vector comparison splitter in exprA... |
commit | commitdiff | tree |
2016-08-20 |
drh | Improvements to comments. No code changes. |
commit | commitdiff | tree |
2016-08-20 |
drh | Add support for vector assignments in the SET clause... |
commit | commitdiff | tree |
2016-08-20 |
drh | Change the way TK_SELECT_COLUMN is handled so that... |
commit | commitdiff | tree |
next |