2023-05-01 |
stephan | Implement full xSync() for the OPFS VFS. The previous... |
commit | commitdiff | tree |
2023-05-01 |
drh | Fix typos in documentation comments in sqlite3.h. |
commit | commitdiff | tree |
2023-05-01 |
drh | Do not apply the "AND false" optimization if either... |
commit | commitdiff | tree |
2023-04-29 |
dan | Fix a crash that could occur in fts5 'secure-delete... |
commit | commitdiff | tree |
2023-04-29 |
larrybr | Cure CLI generate_series() overflow bug (forum:754e2d4d... |
commit | commitdiff | tree |
2023-04-29 |
larrybr | Replace duped generate_series() test with another corne... generate_series-revamp |
commit | commitdiff | tree |
2023-04-29 |
larrybr | Sync w/trunk, improve generate_series() variable names. |
commit | commitdiff | tree |
2023-04-28 |
larrybr | Add tests for generate_series(), and change an existing... |
commit | commitdiff | tree |
2023-04-28 |
larrybr | Revise generate_series() extension (in CLI) to address... |
commit | commitdiff | tree |
2023-04-28 |
drh | Do not assert() a bad string representation in an sqlit... |
commit | commitdiff | tree |
2023-04-28 |
larrybr | Make CLI .load slightly harder to abuse. |
commit | commitdiff | tree |
2023-04-28 |
drh | In the CLI, early out from the output_quoted_string... |
commit | commitdiff | tree |
2023-04-27 |
drh | Use a new technique to detect fresh OOM faults in colum... |
commit | commitdiff | tree |
2023-04-27 |
drh | Remove a faulty assert() from the CLI. |
commit | commitdiff | tree |
2023-04-27 |
drh | Remove an ALWAYS() macro that can in fact sometimes... |
commit | commitdiff | tree |
2023-04-27 |
mistachkin | Fix compilation issues seen with older versions of... |
commit | commitdiff | tree |
2023-04-27 |
mistachkin | Adjust OSTRACE usage so that it works with the changes... |
commit | commitdiff | tree |
2023-04-27 |
dan | Fix a problem on windows sometimes causing SQLITE_NOMEM... |
commit | commitdiff | tree |
2023-04-26 |
dan | Fix a typo in a printf() format string the sessions... |
commit | commitdiff | tree |
2023-04-26 |
drh | When changing a large integer into a floating point... |
commit | commitdiff | tree |
2023-04-25 |
dan | Allow the sessions module to be configured to capture... |
commit | commitdiff | tree |
2023-04-25 |
dan | Remove unused variable ltoj accidentally added by ... |
commit | commitdiff | tree |
2023-04-25 |
dan | Avoid assuming that an expression in an ON() clause... |
commit | commitdiff | tree |
2023-04-25 |
larrybr | Handle newline-trimmed input TEXT correctly in base64... |
commit | commitdiff | tree |
2023-04-25 |
larrybr | Check for OOM sqlite_value_x() returns in base64, base8... |
commit | commitdiff | tree |
2023-04-24 |
drh | Update the compile-time detection of architecture byte... |
commit | commitdiff | tree |
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 |
next |