2020-05-15 |
dan | Fix SQLITE_OMIT_VIRTUALTABLE testfixture builds. |
commit | commitdiff | tree |
2020-05-15 |
dan | Test script changes to account for the fact that the... |
commit | commitdiff | tree |
2020-05-15 |
mistachkin | Enhancements to long-path support in the Win32 VFS. |
commit | commitdiff | tree |
2020-05-15 |
drh | Move some new test cases from fts3snippet.test into... |
commit | commitdiff | tree |
2020-05-15 |
drh | Add the SQLITE_ENABLE_FTS3_PARENTHESIS option to fuzzch... |
commit | commitdiff | tree |
2020-05-14 |
drh | Fix a null pointer deference that can occur on a strang... |
commit | commitdiff | tree |
2020-05-14 |
drh | Do not allow a virtual table to be renamed into the... |
commit | commitdiff | tree |
2020-05-13 |
drh | Implement the IIF(x,y,z) SQL function that is short... |
commit | commitdiff | tree |
2020-05-13 |
drh | Remove unused constant SQLITE_FUNC_COALESCE. |
commit | commitdiff | tree |
2020-05-13 |
dan | Use AtomicStore() and AtomicLoad() in a few more places... |
commit | commitdiff | tree |
2020-05-11 |
drh | New test case in test/fuzzdata8.db. |
commit | commitdiff | tree |
2020-05-11 |
dan | Fix a problem handling constant integer expressions... |
commit | commitdiff | tree |
2020-05-08 |
drh | Release some restrictions on columns added by ALTER... |
commit | commitdiff | tree |
2020-05-08 |
drh | Fix the count-optimization so that it honors the NOT... |
commit | commitdiff | tree |
2020-05-08 |
drh | New test cases added to test/fuzzdata8.db. |
commit | commitdiff | tree |
2020-05-08 |
drh | Do not retry on a failed realloc() unless SQLITE_ENABLE... |
commit | commitdiff | tree |
2020-05-07 |
dan | Fix a failing assert() in fts3 triggered by a corrupt... |
commit | commitdiff | tree |
2020-05-07 |
dan | Changes to avoid deadlock in SQLITE_ENABLE_SETLK_TIMEOU... |
commit | commitdiff | tree |
2020-05-07 |
dan | Fix an error that could occur if the first transaction... setlk-deadlock-changes |
commit | commitdiff | tree |
2020-05-07 |
dan | Merge trunk changes into this branch. |
commit | commitdiff | tree |
2020-05-07 |
drh | Fix the handling of reserve-bytes so that the maximum... |
commit | commitdiff | tree |
2020-05-06 |
dan | Avoid leaking a file-handle in test file walsetlk.test. |
commit | commitdiff | tree |
2020-05-06 |
dan | Fix an assert() failure that could follow an IO error. |
commit | commitdiff | tree |
2020-05-06 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2020-05-06 |
dan | Fix a problem preventing building without SQLITE_ENABLE... |
commit | commitdiff | tree |
2020-05-06 |
dan | Add error code SQLITE_BUSY_TIMEOUT, used internally... |
commit | commitdiff | tree |
2020-05-06 |
dan | Fix compiler warnings in non-SQLITE_ENABLE_SETLK_TIMEOU... |
commit | commitdiff | tree |
2020-05-06 |
dan | Block on the WRITER lock when attempting to run recovery. |
commit | commitdiff | tree |
2020-05-06 |
drh | Provide the SQLITE_DEFAULT_LEGACY_ALTER_TABLE compile... |
commit | commitdiff | tree |
2020-05-06 |
dan | Add tests for running recovery when opening a write... |
commit | commitdiff | tree |
2020-05-06 |
dan | Merge latest trunk changes into this branch. |
commit | commitdiff | tree |
2020-05-05 |
dan | Unless upgrading an existing read transaction, have... |
commit | commitdiff | tree |
2020-05-05 |
drh | The only known path to a corruption detection branch... |
commit | commitdiff | tree |
2020-05-05 |
drh | Earlier detection of index corruption caused by missing... |
commit | commitdiff | tree |
2020-05-05 |
drh | Fix a compiler warning in cksumvfs.c. |
commit | commitdiff | tree |
2020-05-04 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2020-05-04 |
dan | Changes to avoid deadlock in SQLITE_ENABLE_SETLK_TIMEOU... |
commit | commitdiff | tree |
2020-05-04 |
drh | Minor change to the sqlite_stmt virtual table, for... |
commit | commitdiff | tree |
2020-05-04 |
drh | Simplify the initialization of built-in extensions. |
commit | commitdiff | tree |
2020-05-04 |
drh | Ensure that the master-journal name is in a form suitab... |
commit | commitdiff | tree |
2020-05-02 |
drh | Add the SQLITE_FCNTL_CKPT_START file-control and use... |
commit | commitdiff | tree |
2020-05-02 |
drh | Add support for PRAGMA analyze_limit and approximate... |
commit | commitdiff | tree |
2020-05-02 |
drh | Add a missing VdbeCoverage() macro. approximate-analyze |
commit | commitdiff | tree |
2020-05-02 |
drh | Merge the bytecode and tables_used table-valued functio... |
commit | commitdiff | tree |
2020-05-02 |
drh | Corner-case changes to the bytecode virtual table for... bytecode-function |
commit | commitdiff | tree |
2020-05-01 |
drh | Merge recent enhancements from trunk. |
commit | commitdiff | tree |
2020-05-01 |
drh | Add the SQLITE_FCNTL_CKPT_START file-control. Use... ckpt-start-fcntl |
commit | commitdiff | tree |
2020-05-01 |
drh | Merge recent trunk enhancements. |
commit | commitdiff | tree |
2020-05-01 |
drh | Clarification to the sqlite3_uri() family of interfaces... |
commit | commitdiff | tree |
2020-05-01 |
drh | Update documentation for sqlite3_close_v2() for clarity... |
commit | commitdiff | tree |
2020-05-01 |
drh | Add the new SQLITE_IOERR_DATA result code and use it... |
commit | commitdiff | tree |
2020-04-29 |
drh | Do not allow page_size changes on an active cksumvfs... |
commit | commitdiff | tree |
2020-04-28 |
drh | Fix incorrect error message when something goes wrong... |
commit | commitdiff | tree |
2020-04-28 |
drh | Add the cksumvfs extension. |
commit | commitdiff | tree |
2020-04-28 |
drh | Use AtomicStore() when setting the mem0.nearlyFull... |
commit | commitdiff | tree |
2020-04-28 |
drh | Use an AtomicLoad() macro in sqlite3HeapNearlyFull(). |
commit | commitdiff | tree |
2020-04-26 |
drh | Yet another attempt to enhance sqlite3_load_extension... |
commit | commitdiff | tree |
2020-04-26 |
drh | Fix an issue with check-in [bc3bf7c6681a96bc] when... |
commit | commitdiff | tree |
2020-04-25 |
drh | Fix the sqlite3_load_extension() interface so that... |
commit | commitdiff | tree |
2020-04-25 |
dan | Ensure affinity is not discarded from a view column... |
commit | commitdiff | tree |
2020-04-24 |
drh | The new sqlite3_database_file_object() interface requir... |
commit | commitdiff | tree |
2020-04-24 |
drh | New test case for ticket [1dcb4d44964846ad]. |
commit | commitdiff | tree |
2020-04-23 |
drh | Fix an uninitialized variable in the newly enhanced... |
commit | commitdiff | tree |
2020-04-22 |
drh | Fix an off-by-one error in the "calculated" page count... |
commit | commitdiff | tree |
2020-04-22 |
dan | Fix an integer overflow in fts3 causing a usan error. |
commit | commitdiff | tree |
2020-04-22 |
drh | Clarify the comment on the sqlite3BtreeGetRequestedRese... |
commit | commitdiff | tree |
2020-04-21 |
drh | Add the sqlite3_database_file_object() interface. |
commit | commitdiff | tree |
2020-04-21 |
drh | Add the sqlite3_database_file_object() interface to... sqlite3_database_file_object |
commit | commitdiff | tree |
2020-04-21 |
drh | Experimental API: sqlite3_database_file_object(). |
commit | commitdiff | tree |
2020-04-20 |
drh | Do not use O_NOFOLLOW when opening a directory just... |
commit | commitdiff | tree |
2020-04-20 |
drh | Enhance the ".filectrl" command in the CLI to support... |
commit | commitdiff | tree |
2020-04-20 |
drh | The SQLITE_TESTCTRL_RESERVE operator is removed. In... |
commit | commitdiff | tree |
2020-04-20 |
drh | Remove an obsolete comment. No changes to code. |
commit | commitdiff | tree |
2020-04-18 |
drh | Add the --bom option to the ".excel", ".once", and... |
commit | commitdiff | tree |
2020-04-17 |
drh | Fix the ".excel" command and the ".open -x" and ".open... |
commit | commitdiff | tree |
2020-04-16 |
dan | Merge accidentally created fork. |
commit | commitdiff | tree |
2020-04-16 |
dan | Improve corruption detection in fts3 shadow tables... |
commit | commitdiff | tree |
2020-04-15 |
drh | Clarification of the byte-order determination for UTF16... |
commit | commitdiff | tree |
2020-04-14 |
drh | Build the UINT collating sequence extension into the... |
commit | commitdiff | tree |
2020-04-14 |
drh | Add the UINT collating sequence extension. The impleme... |
commit | commitdiff | tree |
2020-04-09 |
mistachkin | When compiling the shell for WinRT, avoid using Win32... |
commit | commitdiff | tree |
2020-04-09 |
drh | Merge recent trunk enhancements into the bytecode-funct... |
commit | commitdiff | tree |
2020-04-09 |
drh | Merge trunk enhancements into the approximate-analyze... |
commit | commitdiff | tree |
2020-04-07 |
drh | Limit LIKE/GLOB pattern length to 100 bytes (default... |
commit | commitdiff | tree |
2020-04-07 |
drh | Add the --spinner option to the fuzzcheck test program. |
commit | commitdiff | tree |
2020-04-07 |
drh | The ALTER TABLE fix of check-in [7e5ad8e0ab7ee91a]... |
commit | commitdiff | tree |
2020-04-07 |
drh | Remove dead code that was added during initial developm... |
commit | commitdiff | tree |
2020-04-06 |
drh | Performance improvement in sqlite3ResolveExprNameList(). |
commit | commitdiff | tree |
2020-04-06 |
drh | Performance improvement for column name lookup. |
commit | commitdiff | tree |
2020-04-06 |
dan | When running ALTER TABLE, avoid adding some internally... |
commit | commitdiff | tree |
2020-04-04 |
drh | Remove a NEVER() that could be true in sqlite3MatchEName(). |
commit | commitdiff | tree |
2020-04-04 |
drh | In the push-down optimization, do not substitute column... |
commit | commitdiff | tree |
2020-04-03 |
dan | Avoid factoring out constant expressions on the LHS... |
commit | commitdiff | tree |
2020-04-03 |
drh | Add a test case to fuzzdata8.db for the recent Henry... |
commit | commitdiff | tree |
2020-04-03 |
drh | Merge updates from trunk. |
commit | commitdiff | tree |
2020-04-03 |
drh | In the event of a semantic error in an aggregate query... |
commit | commitdiff | tree |
2020-04-03 |
dan | Do not suppress errors when resolving references in... |
commit | commitdiff | tree |
2020-04-03 |
dan | Fix a case when a pointer might be used after being... |
commit | commitdiff | tree |
2020-04-02 |
drh | Fix a minor problem with EXPLAIN QUERY PLAN for triggers. |
commit | commitdiff | tree |
2020-04-02 |
drh | Minor changes for better test coverage. |
commit | commitdiff | tree |
next |