- c2aa8e3 Version 3.51.0 by drh ยท 7 weeks ago major-release version-3.51.0
- 1bf7eb3 Use the same compile-time options for the CLI in the auto-setup tarball by drh ยท 7 weeks ago
- f1c37a3 Add new column "cwd" to the jobs table in testrunner.db. For recording the directory in which the test ran or is running. by dan ยท 7 weeks ago
- d95fffc Adjust the dbstatus2.test module so that it works on 32-bit builds in by drh ยท 7 weeks ago
- 4733884 Update test result output from test/dbstatus2.test module so that it by drh ยท 7 weeks ago
- 0dfa31d Fix the test/speedtest.tcl script so that the CC= command-line option works. by drh ยท 7 weeks ago
- 15c6d88 Fix a harmless memory leak in the CLI caused by the --cmd option generating by drh ยท 7 weeks ago
- eaacb4a Add pedantic OOM detection logic to some disused diagnostic and test code. by drh ยท 7 weeks ago
- 0c747e1 Update the test/walthread.test testing script so that it uses a random by drh ยท 7 weeks ago
- e5c8467 Fix ext/wasm/mkdist.sh to use ./version-info instead of ../../version-info (a recent build change made to ensure that builds with a custom sqlite3.c embed that version info). by stephan ยท 7 weeks ago
- b2b8ab6 Updates to the compile-for-windows.md document. No changes to code. by drh ยท 7 weeks ago
- 7f70085 Detect some cases of ambiguous column references in USING clauses that can come up with nested joins. by dan ยท 7 weeks ago
- a183595 Change the name of a file-scope constant array in carray.c so that it does by drh ยท 7 weeks ago
- 63ab7c6 Update the main README.md file to use the robot-safe /rchvdwnld page on the by drh ยท 7 weeks ago
- 1c19c06 Fix the output of ".dump" in the CLI so that the sqlite_sequence table by drh ยท 7 weeks ago
- da17de5 New assert() statements to help out static analyzers. by drh ยท 7 weeks ago
- 1ed6441 Add SQLITE_OMIT_WAL checks around some functions to avoid defining unused statics in such builds. Fixes OMIT_WAL builds on msys2 and passes tool/omittest-msvc.tcl. by stephan ยท 7 weeks ago
- 139ec38 Further improvements the ".dump" command to handle corner cases. by drh ยท 7 weeks ago
- 41fda52 Another (void), as per [dd6edfc09434]. by stephan ยท 7 weeks ago
- 7fb2545 Add (void) to two places for the sake of SQLITE_OMIT_WAL builds. Why these do not complain on tests in this tree, but do on a downstream tree (same machine, same compiler), is a mystery. by stephan ยท 7 weeks ago
- 3a61466 wasm: re-add SQLITE_OMIT_WAL to the c-pp-lite build flags. by stephan ยท 7 weeks ago
- 916fc11 Macro tweaks to get SQLITE_OMIT_WAL building. Remove some nearby stray EOL whitespace. by stephan ยท 7 weeks ago
- a8a99be Fix a typo and improve wording in README.md by drh ยท 7 weeks ago
- f3b3964 Updates to the tool/warnings.sh script for better compiler warnings. by drh ยท 7 weeks ago
- 4ebf491 Fix a harmless compiler warning associated with flexarrays. by drh ยท 7 weeks ago
- c6b86ba Updates to the main README.md file. by drh ยท 7 weeks ago
- c5ff2aa Fix the CLI ".dump" command so that it does not make duplicate by drh ยท 7 weeks ago
- cb36dc3 Prevent a harmless signed integer overflow in the CLI if the argument by drh ยท 7 weeks ago
- 7c86a03 Remove an OMIT_WAL from the wasm build because it breaks with the current amalgamation (and isn't strictly needed here anyway). by stephan ยท 7 weeks ago
- d443f0a Fix a logic error introduced by [cea8bf79e18d55a8] which caused by drh ยท 7 weeks ago
- 34b1bf1 Tiny cosmetic tweak to configure script output. No functional changes. by stephan ยท 8 weeks ago
- 74cd3c5 Typo fixes in LICENSE.md from BrickViking. by stephan ยท 8 weeks ago
- ffbfc27 Fix an signed integer overflow problem that can occur when using an oversize by drh ยท 8 weeks ago
- 5a9ada5 Add enhanced resistance to corruption after posix advisory locks on the by drh ยท 8 weeks ago
- 9c07705 Enhance the CLI so that it can handle inputs larger than 2 billion lines. by drh ยท 8 weeks ago
- 6cc222c Additional comments explaining what unixIsSharingShmNode() does. No by drh ยท 8 weeks ago broken-lock-defense-1
- db0d47b Omit unnecessary branches from the unixIsSharingShmNode() implementation. by drh ยท 8 weeks ago
- e34f35c The unixIsSharingShmNode() function should always return false for the by drh ยท 8 weeks ago
- 626351d Implement an experimental defensive measure to try to prevent the -wal and by drh ยท 8 weeks ago
- 6e27846 Fix a minor over-allocation of heap memory in wal.c. by dan ยท 8 weeks ago
- 8ce786f Fix sanitizer complaints in the regexp extension. by dan ยท 8 weeks ago
- 6b9230d Merge the OPFS/SEE tests into trunk (where they should have been committed). by stephan ยท 8 weeks ago
- d4ead9b A better/cleaner fix for [1c80ff88c0ce]. by stephan ยท 8 weeks ago
- f57d368 c-pp-lite: Fix another newline-related off-by-one which could cause newlines to get lost in @token@ filtering. Problem found in out-of-tree testing. by stephan ยท 8 weeks ago
- 3fceae3 Doc typo fix reported in the forum. No code changes. by stephan ยท 8 weeks ago
- 38113d3 Add the SQLITE_FCNTL_FILESTAT file control and the sqlite_filestat() SQL by drh ยท 8 weeks ago
- a105989 Rename the file control to SQLITE_FCNTL_FILESTAT. Rename the SQL function by drh ยท 8 weeks ago file-info
- ecbeefe Fix a bug in sqlite_file_info() output: It was showing the "pal" for by drh ยท 8 weeks ago
- 2b24d89 New --normal option for the ".open" command in the CLI. Also, when opening by drh ยท 8 weeks ago
- 726e836 Add additional information about unix file descriptors to the same database file by drh ยท 8 weeks ago
- 7be565f Adjust unixPosixAdvisorLocks() to use redirectable system calls so that by drh ยท 8 weeks ago
- c053b57 Merge the CLI deduceDatabaseType fix from trunk. by drh ยท 8 weeks ago
- 0d859b4 Fix the CLI so that it does not try to open what might be an SQLite by drh ยท 8 weeks ago
- ab29c24 Additional information about the unixShm shown. by drh ยท 8 weeks ago
- dcc07d3 Do not attempt to show posix-advisory-locking status on journal files. by drh ยท 8 weeks ago
- 234c6c4 The sqlite_file_info() function should always return JSON, unless there by drh ยท 8 weeks ago
- 86319b8 New symbolic representation of posix advisory locking information by drh ยท 8 weeks ago
- f4e6605 Merge trunk enhancements into the file-info branch. by drh ยท 8 weeks ago
- 76db3a6 Stricter assert() statements on unixShmSystemLock(). by drh ยท 8 weeks ago
- 003737d Improvements to the design of the /proc lock analysis. by drh ยท 8 weeks ago
- be4d0c2 Make it particularly clear in the wasm build output that unsupported builds are exactly that. Cosmetic tweak only, no functional changes. by stephan ยท 8 weeks ago
- aeb886b Easier to read /proc lock interpretation. by drh ยท 8 weeks ago
- 2f9311c Flesh out the sqlite_file_info() function further, and in particular by drh ยท 8 weeks ago
- 093b26e New diagnostic SQL function "sqlite_file_info()" and its associated by drh ยท 8 weeks ago
- 63ee854 Fix a duplicate SQLITE_API on sqlite3_carray_bind(), as reported in [forum:7499e8a19edc8908|forum post 7499e8a19e]. by stephan ยท 8 weeks ago
- 3ba506d ext/wasm: dependencies fix for parallel builds attempted immediately after a distclean. Add version-info to the distclean rules. by stephan ยท 8 weeks ago
- 67fa337 ext/wasm/GNUmakefile: (A) When using a custom sqlite3.c, use sqlite3.h from the same directory instead of the top of this tree. (B) Re-add preprocessor flags for SEE which were misplaced during recent build refactoring. by stephan ยท 8 weeks ago
- 033dbac Fix [4e713558f6c6ea3d] so that it supports separate builds of rtree. by drh ยท 8 weeks ago
- 9af334f Document minor discrepancies in how sqlite3_bind_pointer() and sqlite3_carray_bind() react to the SQLITE_TRANSIENT and SQLITE_STATIC finalizers. by stephan ยท 8 weeks ago
- 4bb53ab Make explicit that sqlite3_bind_pointer() and sqlite3_carray_bind() call the provided destructor even if those routines fail, per [forum:6d81b10952|forum feedback]. by stephan ยท 8 weeks ago
- 7adc9a5 Update the MSVC makefile for the amalgamation distribution. by drh ยท 8 weeks ago
- acdda10 Enhance the tokenizer so that it is able to deal with individual tokens by drh ยท 8 weeks ago
- bc2691d In the CLI, improved error messages on input errors. Limit the size of a by drh ยท 8 weeks ago
- 95c188d Limit the size of --hexdb files in the CLI to 2 billion lines, to avoid by drh ยท 8 weeks ago
- 4043096 Additional defenses against over-sized inputs in the (unused) amatch.c by drh ยท 8 weeks ago
- d06a0be Fix a faulty error message in the ext/misc/fileio.c extension. by drh ยท 8 weeks ago
- 984e446 Adjust some of the markdown in the LICENSE.md file so that it will hopefully by drh ยท 8 weeks ago
- 774ce0b Back out [b144f875d6bddce6] and remove the former check for strchrnul() from the configure script. by stephan ยท 9 weeks ago
- d41f5ef Reduce the maximum size of LIKE and GLOB patterns in the ossfuzz.c test by drh ยท 9 weeks ago
- efe8ae5 Use 64-bit memory allocations everywhere in the expert extension. by drh ยท 9 weeks ago
- 21c57ab Increase the range of integer indexes in the the merge() family of by drh ยท 9 weeks ago
- 31c86ca Fix a minor memory leak in the CLI that can occur following an error by drh ยท 9 weeks ago
- 9f36870 Resolve the MacOS-specific build issue reported in [forum:95edc7a8d7d1de59|forum post 95edc7a8d7d1de59], with help from Bo Lindbergh. by stephan ยท 9 weeks ago
- 9c3fcd9 Improve performance of the shell tool ".ar" command when it is given a large number of arguments. by dan ยท 9 weeks ago
- 0a585a6 In dbpage.c, disable truncation on any update error, including errors by drh ยท 9 weeks ago
- 6eaeea0 Fix an off-by-one in c-pp-lite.c which could cause @token@-processed output to get one duplicated byte. by stephan ยท 9 weeks ago
- e826aa8 Minor JS doc updates. No code changes. by stephan ยท 9 weeks ago
- ff5d4c3 Resolve a valgrind-reported error in ext/wasm/c-pp-lite.c caused by successful exit colliding with the atexit() handler. Add -e SCRIPT support to c-pp-lite to facilitate testing. by stephan ยท 9 weeks ago
- f66a060 Improve performance of the shell tool ".ar" command when it is given a large number of arguments. by dan ยท 9 weeks ago ar-performance-improvement
- 34c1e04 Fix memory allocation in the ".table" command of the .cli when the number by drh ยท 9 weeks ago
- f83df5b Reestablish APIARMOR for the sqlite3_db_status() interface. by drh ยท 10 weeks ago
- d6cb2cc JS/WASM: Expose sqlite3_db_status64(), sqlite3changeset_apply_v3(), sqlite3changeset_apply_v3_strm(), and SQLITE_DBSTATUS_TEMPBUF_SPILL. by stephan ยท 10 weeks ago
- e7cf3fe Add the test/testloadext.c loadable extension to test the ability to use by drh ยท 10 weeks ago
- efde2f6 Add the sqlite3_db_status64() interface and the by drh ยท 10 weeks ago
- 53a6b7d Make the new sqlite3_db_status64() API accessible to extensions. by drh ยท 10 weeks ago dbstatus-spill
- 4472c96 Fix two links in ext/wasm/README.md. by stephan ยท 10 weeks ago
- abe709b Extra defenses against integer overflow in the decimal extension. by drh ยท 10 weeks ago
- 5dbbe50 Add a section to ext/wasm/README.md about the dependency on wabt/wasm-strip for release builds. by stephan ยท 10 weeks ago
- 9f136fc Fix a makefile typo which caused a build directory to not get mkdir'd for the fiddle build. by stephan ยท 10 weeks ago
- 898ac77 Merge all the latest trunk enhancements into the dbstatus-spill branch. by drh ยท 10 weeks ago