2023-04-24 |
dan | Allow the sessions module to be configured to capture... sessions-rowid-tables |
commit | commitdiff | tree |
2023-04-24 |
stephan | Add a note about the journaling mode in the OPFS VFS... |
commit | commitdiff | tree |
2023-04-23 |
larrybr | CLI to have "undocumented" dot-commands, not usually... |
commit | commitdiff | tree |
2023-04-22 |
drh | The sqlite_stat4.idx field is case insensitive. It... |
commit | commitdiff | tree |
2023-04-22 |
dan | Avoid a crash in fts5 when combining an empty expressio... |
commit | commitdiff | tree |
2023-04-22 |
drh | Enhance the ".tables" command in the CLI so that it... |
commit | commitdiff | tree |
2023-04-22 |
drh | The assertion-fault fix in [53a61f7423a7f057] was not... |
commit | commitdiff | tree |
2023-04-22 |
drh | Add the --unsafe-testing command-line option to the... |
commit | commitdiff | tree |
2023-04-22 |
larrybr | Add --unsafe-testing invocation option to CLI. Needs... shell-for-test |
commit | commitdiff | tree |
2023-04-22 |
drh | Fix an incorrect assert() statement in btree.c as found by |
commit | commitdiff | tree |
2023-04-22 |
drh | Fix a incorrect assert() statement in the pre-update... |
commit | commitdiff | tree |
2023-04-22 |
drh | Fix harmless compiler warning in [1489e7f53a4863b3]. |
commit | commitdiff | tree |
2023-04-22 |
larrybr | Also fix no-length string intolerance for CLI json... |
commit | commitdiff | tree |
2023-04-22 |
drh | Early out from sqlite3Prepare() following an OOM to... |
commit | commitdiff | tree |
2023-04-22 |
larrybr | CLI to handle absurd string length limit better. [forum... |
commit | commitdiff | tree |
2023-04-22 |
larrybr | Avoid need for cast in CLI shell_check_oom() calls. |
commit | commitdiff | tree |
2023-04-22 |
larrybr | Fix unchecked return in CLI .dbi command. ([forum 79e2c... |
commit | commitdiff | tree |
2023-04-21 |
stephan | Change the return type of the ts_read/write() family... |
commit | commitdiff | tree |
2023-04-20 |
larrybr | Increase CLI tolerance of arifically low memory. |
commit | commitdiff | tree |
2023-04-20 |
larrybr | CLI .ar made to enforce getting a proper subcommand. |
commit | commitdiff | tree |
2023-04-20 |
drh | Fix a function declaration so that it correctly appears... |
commit | commitdiff | tree |
2023-04-20 |
dan | Fix a broken assert() in the recovery extension. [forum... |
commit | commitdiff | tree |
2023-04-19 |
dan | Add tests for the progress-handler callback with the... |
commit | commitdiff | tree |
2023-04-19 |
drh | Improved rebustness of the pcache tracing logic. |
commit | commitdiff | tree |
2023-04-19 |
drh | Remove unreachable legacy code. |
commit | commitdiff | tree |
2023-04-19 |
dan | Fix a segfault that could occur if a non-empty in-memor... |
commit | commitdiff | tree |
2023-04-19 |
drh | Do not remove pages from the cache of an in-memory... |
commit | commitdiff | tree |
2023-04-19 |
drh | Fix ambiguity in the header comment to the sqlite3Pager... |
commit | commitdiff | tree |
2023-04-19 |
drh | Fix a debugging printf() in pcache.c. This only comes... |
commit | commitdiff | tree |
2023-04-19 |
stephan | Correct use of an undefined symbol in one of the OPFS... |
commit | commitdiff | tree |
2023-04-19 |
drh | Add pager debug tracing of truncate operations. |
commit | commitdiff | tree |
2023-04-19 |
drh | Attempt to suppress harmless compiler warnings reported by |
commit | commitdiff | tree |
2023-04-18 |
larrybr | CLI to cease dumping back to OS shell on single ^C... |
commit | commitdiff | tree |
2023-04-18 |
larrybr | Add comment on CLI ^C fix (because it is a bit subtle.) cli-no-dump |
commit | commitdiff | tree |
2023-04-18 |
larrybr | CLI to cease dumping back to OS shel on ^C. |
commit | commitdiff | tree |
2023-04-18 |
drh | Ensure that the VACUUM command is not confused by alter... |
commit | commitdiff | tree |
2023-04-18 |
drh | Another fix to the indexed expressions in aggregate... |
commit | commitdiff | tree |
2023-04-18 |
drh | Add the --fullsync option to speedtest1. |
commit | commitdiff | tree |
2023-04-18 |
dan | Fix an assert() in fts5 that could fail following an... |
commit | commitdiff | tree |
2023-04-17 |
larrybr | When CLI -utf8 active, do no translation to MBCS for... |
commit | commitdiff | tree |
2023-04-17 |
mistachkin | Minor coding style changes. |
commit | commitdiff | tree |
2023-04-17 |
larrybr | When CLI -utf8 active, do no translation to MBCS for... |
commit | commitdiff | tree |
2023-04-17 |
dan | Fix some problems with using fts5 options 'secure-delet... |
commit | commitdiff | tree |
2023-04-17 |
dan | Fix problems handling corrupt records in new fts5 code. |
commit | commitdiff | tree |
2023-04-17 |
dan | Fix an assert() in fts5 that may be true when dealing... |
commit | commitdiff | tree |
2023-04-15 |
dan | Change a memcpy() to memmove() in new fts5 code. |
commit | commitdiff | tree |
2023-04-15 |
dan | Fix a use-after-free that could follow an OOM or IO... |
commit | commitdiff | tree |
2023-04-15 |
dan | Avoid dropping the error code following an OOM in fts5... |
commit | commitdiff | tree |
2023-04-15 |
larrybr | Add -utf8 option to CLI, for improved console behavior... |
commit | commitdiff | tree |
2023-04-15 |
dan | Add the 'secure-delete' option to the fts5 extension... |
commit | commitdiff | tree |
2023-04-15 |
larrybr | For CLI -utf8, set output codepage too. Adjust PP vars... |
commit | commitdiff | tree |
2023-04-14 |
larrybr | Fix stray edits in comments in last check-in. |
commit | commitdiff | tree |
2023-04-14 |
larrybr | Set CLI -utf8 option and build with line-editing packag... |
commit | commitdiff | tree |
2023-04-14 |
larrybr | Cure CLI double-prompting (by ditching gcc fgetws(... |
commit | commitdiff | tree |
2023-04-14 |
dan | Further tests for fts5 secure-delete mode. fts5-secure-delete |
commit | commitdiff | tree |
2023-04-14 |
dan | Add extra OOM test for the new code on this branch. |
commit | commitdiff | tree |
2023-04-14 |
dan | Add tests for the new feature on this branch. |
commit | commitdiff | tree |
2023-04-14 |
dan | Fix SQLITE_OMIT_VIRTUALTABLE builds of testfixture. |
commit | commitdiff | tree |
2023-04-14 |
dan | Update test script recoverbuild.test so that it may... |
commit | commitdiff | tree |
2023-04-14 |
drh | When setting the column types on a subquery, ensure... |
commit | commitdiff | tree |
2023-04-14 |
drh | Fix a cosmetic indentation issue. |
commit | commitdiff | tree |
2023-04-14 |
drh | Avoid double de-quoting of table names when processing... |
commit | commitdiff | tree |
2023-04-13 |
drh | Fix an obscure issue with ALTER TABLE RENAME that comes... |
commit | commitdiff | tree |
2023-04-13 |
dan | Add extra test cases to window1.test. |
commit | commitdiff | tree |
2023-04-13 |
drh | Fix a code-generator issue associated with very unusual... |
commit | commitdiff | tree |
2023-04-13 |
larrybr | Get CLI utf8_fgets() to not consume more input than... |
commit | commitdiff | tree |
2023-04-12 |
drh | Unwrap the loop in the WAL hash function. |
commit | commitdiff | tree |
2023-04-12 |
drh | Automatically set HAVE_PREAD and HAVE_PWRITE on linux... |
commit | commitdiff | tree |
2023-04-12 |
drh | Small performance enhancement to integer-to-text conver... |
commit | commitdiff | tree |
2023-04-12 |
dan | Avoid leaking a database handle in test script rbuexloc... |
commit | commitdiff | tree |
2023-04-12 |
dan | Remove temporary debugging code accidentally left on... |
commit | commitdiff | tree |
2023-04-12 |
larrybr | WIP: CLI option to take control of console on Windows... |
commit | commitdiff | tree |
2023-04-12 |
dan | Add the 'secure-delete' option to fts5. Used to configu... |
commit | commitdiff | tree |
2023-04-11 |
drh | New #ifdef to enable building with -DSQLITE_OMIT_WINDOW... |
commit | commitdiff | tree |
2023-04-11 |
drh | Remove an ALWAYS() that can sometimes be false. Add... |
commit | commitdiff | tree |
2023-04-11 |
drh | Better handling of OOM errors in the cursor-hint logic. |
commit | commitdiff | tree |
2023-04-10 |
larrybr | For sha3 extension, mention NIST standard implemented. |
commit | commitdiff | tree |
2023-04-10 |
drh | New assert() statements to validate the parameters to |
commit | commitdiff | tree |
2023-04-10 |
drh | Sync the vt02.c test virtual table with TH3, in order... |
commit | commitdiff | tree |
2023-04-09 |
drh | Fix an assertion fault that can occur when compiling... |
commit | commitdiff | tree |
2023-04-09 |
drh | Fix a faulty assert() in whereRangeScanEst() that shoul... |
commit | commitdiff | tree |
2023-04-08 |
mistachkin | Fix a couple harmless compiler warnings seen with MSVC. |
commit | commitdiff | tree |
2023-04-08 |
drh | Fix a typo in [83e84531b46814ae] that changed the value of |
commit | commitdiff | tree |
2023-04-08 |
drh | Faster implementation of keywordCode() - the routine... |
commit | commitdiff | tree |
2023-04-08 |
drh | Fix a harmless compiler warning. |
commit | commitdiff | tree |
2023-04-08 |
drh | Optimizations to btree.c save about 4.5 million CPU... |
commit | commitdiff | tree |
2023-04-07 |
drh | Guard against oversized cells in the newly enhanced... btree-freespace-opt |
commit | commitdiff | tree |
2023-04-07 |
drh | Add NEVER on an unreachable branch. |
commit | commitdiff | tree |
2023-04-07 |
drh | Fix an assert(). |
commit | commitdiff | tree |
2023-04-07 |
drh | Tweaks to the new insertCellFast(). |
commit | commitdiff | tree |
2023-04-07 |
drh | Clone insertCell() into insertCellFast() for use by... |
commit | commitdiff | tree |
2023-04-07 |
dan | Fix a problem causing the rbu_exclusive_checkpoint... |
commit | commitdiff | tree |
2023-04-07 |
drh | Small performance improvement in freeSpace(). |
commit | commitdiff | tree |
2023-04-07 |
dan | Add further tests for the rbu_exclusive_lock=1 URI... |
commit | commitdiff | tree |
2023-04-06 |
drh | Increase the size of the cache of free blocks inside... |
commit | commitdiff | tree |
2023-04-06 |
drh | Work around a harmless assertion fault associated with |
commit | commitdiff | tree |
2023-04-06 |
drh | A prepared statement that aborts due to SQLITE_SCHEMA... |
commit | commitdiff | tree |
2023-04-06 |
drh | In the CLI, during error processing while looking for... |
commit | commitdiff | tree |
2023-04-06 |
drh | In the zipfile extension, defend against corrupt ZIP... |
commit | commitdiff | tree |
2023-04-06 |
drh | In the new .scanstatus command in the CLI, make sure... |
commit | commitdiff | tree |
next |