2017-12-27 |
drh | Omit all sqlite3_trace() output from the triggers assoc... span-refactor |
commit | commitdiff | tree |
2017-12-27 |
drh | Show the text of individual statements within a trigger... |
commit | commitdiff | tree |
2017-12-27 |
drh | Add and use the internal sqlite3DbSpanDup() interface. |
commit | commitdiff | tree |
2017-12-27 |
drh | Merge recent enhancements from trunk. |
commit | commitdiff | tree |
2017-12-27 |
drh | Enhance the Lemon parser generator so that it creates... |
commit | commitdiff | tree |
2017-12-27 |
drh | The previous check-in had an error in the coverage... lemon-improvements |
commit | commitdiff | tree |
2017-12-27 |
drh | Change the coverage measurement logic in the lemon... |
commit | commitdiff | tree |
2017-12-27 |
drh | In the lemon-generated parser, do not report the End... |
commit | commitdiff | tree |
2017-12-27 |
drh | In LEMON, fix an off-by-one error that can make the... |
commit | commitdiff | tree |
2017-12-26 |
drh | Change the lemon-parser coverage report format to repor... |
commit | commitdiff | tree |
2017-12-26 |
drh | Merge bug fixes from trunk. |
commit | commitdiff | tree |
2017-12-26 |
drh | Add support for measuring and reporting coverage of... |
commit | commitdiff | tree |
2017-12-26 |
drh | Faster and smaller implementation of sqlite3AtoF()... |
commit | commitdiff | tree |
2017-12-26 |
dan | Fix crashes that could occur if SQL NULL values were... |
commit | commitdiff | tree |
2017-12-26 |
dan | Add options to speedtest1.c and speed-check.sh for... |
commit | commitdiff | tree |
2017-12-25 |
drh | Fix an assertion fault on a syntax error input caused... |
commit | commitdiff | tree |
2017-12-25 |
drh | Enhance LEMON so that it generates the action table... |
commit | commitdiff | tree |
2017-12-25 |
drh | In the LEMON-generated parser, avoid unnecessary tests... |
commit | commitdiff | tree |
2017-12-24 |
drh | In the LEMON-generated parser, rearrange the meanings... |
commit | commitdiff | tree |
2017-12-24 |
drh | Fix a NULL pointer dereference after a syntax error... |
commit | commitdiff | tree |
2017-12-24 |
drh | Improved parser tracing output. |
commit | commitdiff | tree |
2017-12-24 |
drh | Grammar changes: the sclp non-terminal should always... |
commit | commitdiff | tree |
2017-12-24 |
drh | Improved parser tracing output. |
commit | commitdiff | tree |
2017-12-24 |
drh | Remove the ExprSpan object. Instead, keep track of... |
commit | commitdiff | tree |
2017-12-23 |
drh | Simplification to the error handling logic in the exten... |
commit | commitdiff | tree |
2017-12-23 |
drh | Improve the error message that comes back when sqlite3_... |
commit | commitdiff | tree |
2017-12-23 |
drh | Move the generation of output column names earlier... |
commit | commitdiff | tree |
2017-12-23 |
drh | Add a SELECTTRACE() macro to indicate when column names... |
commit | commitdiff | tree |
2017-12-22 |
drh | In the sqlite3TreeViewExprList() routine, show the... |
commit | commitdiff | tree |
2017-12-22 |
drh | Modify the new sqlite3_vtab_collation() interface so... |
commit | commitdiff | tree |
2017-12-21 |
drh | Fix SQLITE_DBCONFIG_TRIGGER_EQP so that it works even... |
commit | commitdiff | tree |
2017-12-21 |
drh | Add the ".eqp trigger" option to the ".eqp" command... |
commit | commitdiff | tree |
2017-12-21 |
dan | Add the ".expert" command to the shell tool's ".help... |
commit | commitdiff | tree |
2017-12-21 |
drh | Change the name of SQLITE_DBCONFIG_FULL_EQP to be SQLIT... |
commit | commitdiff | tree |
2017-12-21 |
drh | Add the SQLITE_DBCONFIG_MAX preprocessor macro which... |
commit | commitdiff | tree |
2017-12-21 |
drh | Add the experimental ".expert" command to the sqlite3... |
commit | commitdiff | tree |
2017-12-20 |
drh | Lowercase local variable names in the SHA3 extension... |
commit | commitdiff | tree |
2017-12-19 |
dan | Fix crash in sqlite3_vtab_collation() when called for... |
commit | commitdiff | tree |
2017-12-19 |
dan | Experimentally add the SQLite expert functionality... expert-in-shell |
commit | commitdiff | tree |
2017-12-16 |
dan | Add the sqlite3_vtab_collation() function, which allows... |
commit | commitdiff | tree |
2017-12-16 |
dan | Merge latest trunk changes into this branch. schemalint |
commit | commitdiff | tree |
2017-12-16 |
drh | Add unnecessary initializations to some local variables... |
commit | commitdiff | tree |
2017-12-15 |
dan | Enhance the "swarmvtab" extension. See header comments... |
commit | commitdiff | tree |
2017-12-15 |
drh | In the LEMON parser generator, provide reduce actions... |
commit | commitdiff | tree |
2017-12-13 |
drh | In valueFromExpr() only generate a OOM fault if there... |
commit | commitdiff | tree |
2017-12-13 |
mistachkin | Add support for the 'lsm1.c' target in the MSVC makefile. |
commit | commitdiff | tree |
2017-12-13 |
drh | An improved way of generating the SQLITE_READONLY_DIREC... |
commit | commitdiff | tree |
2017-12-13 |
drh | New result code SQLITE_READONLY_DIRECTORY is returned... |
commit | commitdiff | tree |
2017-12-13 |
drh | Correctly invalidate a column cache line when it is... |
commit | commitdiff | tree |
2017-12-13 |
dan | Change some LSM code internal typenames from "Blob... |
commit | commitdiff | tree |
2017-12-13 |
dan | Add script to amalgamate all LSM files into "lsm1.c". |
commit | commitdiff | tree |
2017-12-13 |
drh | Minor enhancement to two assert() statements in the... |
commit | commitdiff | tree |
2017-12-11 |
dan | Fix a buffer overwrite in fts5 that could occur when... |
commit | commitdiff | tree |
2017-12-09 |
drh | Fix a harmless API signature mismatch in the unix VFS. |
commit | commitdiff | tree |
2017-12-08 |
drh | The query planner tries to avoids using indexes that... |
commit | commitdiff | tree |
2017-12-08 |
dan | Add compile time switch SQLITE_ENABLE_ICU_COLLATIONS... |
commit | commitdiff | tree |
2017-12-08 |
drh | Make sure the bComplex variable in sqlite3DeleteFrom... |
commit | commitdiff | tree |
2017-12-07 |
drh | When doing a table scan using an index, do not error... |
commit | commitdiff | tree |
2017-12-07 |
mistachkin | Fix typo in comment. No changes to code. |
commit | commitdiff | tree |
2017-12-07 |
drh | Fix harmless compiler warnings in the rot13 extension. |
commit | commitdiff | tree |
2017-12-07 |
drh | Updates to the main README.md file. |
commit | commitdiff | tree |
2017-12-06 |
drh | Fix an unreachable branch in cases when SQLITE_ENABLE_S... |
commit | commitdiff | tree |
2017-12-05 |
dan | Fix a compilation problem when both SQLITE_ENABLE_MULTI... |
commit | commitdiff | tree |
2017-12-01 |
dan | Fix the ".lint fkey-indexes" shell command so that... |
commit | commitdiff | tree |
2017-11-30 |
dan | Fix some minor problems in test scripts. |
commit | commitdiff | tree |
2017-11-30 |
dan | Update test file walprotocol.test to account for the... |
commit | commitdiff | tree |
2017-11-29 |
dan | Merge latest trunk changes into this branch. |
commit | commitdiff | tree |
2017-11-28 |
dan | Fix an assertion fault found by OSSFuzz. |
commit | commitdiff | tree |
2017-11-28 |
dan | Lock the wal file for all snapshot transactions, even... |
commit | commitdiff | tree |
2017-11-28 |
dan | Add experimental feature to detect threading bugs in... |
commit | commitdiff | tree |
2017-11-28 |
dan | Use a symbolic constant instead of a literal (-1) to... multithreaded-checks |
commit | commitdiff | tree |
2017-11-28 |
drh | Update tests to deal with SQLITE_FAST_SECURE_DELETE. |
commit | commitdiff | tree |
2017-11-27 |
dan | Fix a faulty NEVER assert() that could fail for SQLITE_... |
commit | commitdiff | tree |
2017-11-26 |
drh | Fix an CSV output quoting problem in the command-line... |
commit | commitdiff | tree |
2017-11-25 |
dan | Fix builds with both SQLITE_ENABLE_MULTITHREADED_CHECKS and |
commit | commitdiff | tree |
2017-11-25 |
dan | Add experimental feature to detect threading bugs in... |
commit | commitdiff | tree |
2017-11-24 |
dan | Add the "^" syntax from fts3/4 to fts5. |
commit | commitdiff | tree |
2017-11-24 |
drh | Enhance the configure script to detect zLib. |
commit | commitdiff | tree |
2017-11-23 |
drh | Fix a problem in the omit-table-from-left-join optimization |
commit | commitdiff | tree |
2017-11-23 |
drh | Completely disable the skip-ahead-distinct optimization... |
commit | commitdiff | tree |
2017-11-21 |
drh | Fix the skip-ahead-distinct optimization on joins for... |
commit | commitdiff | tree |
2017-11-21 |
mistachkin | Fix typo in the Makefiles for MSVC. |
commit | commitdiff | tree |
2017-11-21 |
mistachkin | Fix compilation issue (C99-ism) in the shell seen with... |
commit | commitdiff | tree |
2017-11-21 |
dan | Update the omit-table-from-left-join optimization so... |
commit | commitdiff | tree |
2017-11-21 |
dan | Update the omit-table-from-left-join optimization so... left-join-optimization |
commit | commitdiff | tree |
2017-11-20 |
dan | Fix a problem preventing the planner from identifying... |
commit | commitdiff | tree |
2017-11-20 |
dan | Fix a typo in a test script on this branch. left-join-omit-fix |
commit | commitdiff | tree |
2017-11-20 |
dan | Fix a problem preventing the planner from identifying... |
commit | commitdiff | tree |
2017-11-18 |
dan | Enhance the log messages produced in some cases if... |
commit | commitdiff | tree |
2017-11-18 |
dan | Enhance the log messages produced in some cases if... sqlite-corrupt-page |
commit | commitdiff | tree |
2017-11-17 |
drh | Improved fix for ticket [da78413751863] that does not... |
commit | commitdiff | tree |
2017-11-17 |
dan | Add some missing "finish_test" lines to the end of... |
commit | commitdiff | tree |
2017-11-17 |
drh | New assert() statements in the rowvalue IN expression... |
commit | commitdiff | tree |
2017-11-17 |
drh | Clarification of comments on sqlite3FindInIndex().... |
commit | commitdiff | tree |
2017-11-17 |
dan | Do not count temporary databases that have been attache... |
commit | commitdiff | tree |
2017-11-17 |
dan | Avoid creating a master journal if all or all but one... master-journal-temp-files |
commit | commitdiff | tree |
2017-11-16 |
dan | Ensure that empty space on pages is zeroed before they... |
commit | commitdiff | tree |
2017-11-16 |
drh | Add a missing "finish_test" to the end of the stmtvtab1... |
commit | commitdiff | tree |
2017-11-15 |
drh | Futher improvements to the .testctrl interface in the... |
commit | commitdiff | tree |
2017-11-15 |
drh | UI improvements on the .testctrl dot-command in the... |
commit | commitdiff | tree |
next |