- 8ed5e73 Version 3.50.4 by drh ยท 4 months ago version-3.50.4
- d972a08 Fix a potentially uninitialized field in the WhereLoop object that is used by drh ยท 5 months ago
- b3718cc Ensure that the accumulator for an aggregate always gets initialized, by drh ยท 5 months ago
- a4643b4 Version 3.50.3 by drh ยท 5 months ago version-3.50.3
- 75b03b9 Optimize allocation of large tombstone arrays in fts5. by drh ยท 5 months ago
- 65ffbcd Rework the fix to the problem described by by drh ยท 5 months ago
- 1587604 Work around the Emscripten 4.10 regression described in [https://github.com/emscripten-core/emscripten/issues/24656 | Emscripten ticket #24656]. by stephan ยท 5 months ago
- 8bf6452 Fix a parsing error introduced by the addition of the ability to disable by drh ยท 5 months ago
- 7a6ff62 Propagate the -ldl and -lpthread flags, if needed, into sqlite3.pc, per request in [forum:44a58c807353162f | forum post 44a58c807353162f]. This resolves usage of that pkgconf file on some OSes. by stephan ยท 5 months ago
- 52c7082 Increment the patch level to 3. by drh ยท 5 months ago
- 993c1b4 When attempting to optimize "expr AND false" to "false" and by drh ยท 5 months ago
- 1142266 Minor API doc typo fixes from brickviking. by stephan ยท 5 months ago
- 972838f Minor API doc typo fixes from brickviking. by stephan ยท 6 months ago
- 9d7c5df Version 3.50.2 by drh ยท 6 months ago version-3.50.2
- ffedaa7 Raise an error right away if the number of aggregate terms in a query by drh ยท 6 months ago
- d1b5b50 API doc typo fixes and closing DD element tags from brickviking. by drh ยท 6 months ago
- fb76a02 Minor API doc fixes sent off-list from brickviking. by drh ยท 6 months ago
- a231b5d Cherry-pick of documentation updates from trunk - no code changes. by drh ยท 6 months ago
- af3f922 Avoid writing frames with no checksums into the wal file if a by drh ยท 6 months ago
- 6460f4d Fix an issue going back to version 3.39.0 with transitive IS constraints by drh ยท 6 months ago
- 591d201 Have sqlite3_setlk_timeout() take the database handle mutex. This fixes an assert() failure that could occur if sqlite3_setlk_timeout() were called on a threadsafe handle. by drh ยท 6 months ago
- 0e7d0e2 Help ext/wasm 'make snapshot' find the wasm docs dir when it's run from outside of my usual checkout structure. by stephan ยท 6 months ago
- a773b16 Fix a problem with UPDATEs on fts5 tables that contain blob values. by drh ยท 6 months ago
- 0810690 Increase the version number for this branch to 3.50.2. by drh ยท 6 months ago
- b586004 Fix the concat_ws() SQL function so that it includes empty strings in the by drh ยท 6 months ago
- 714426f Improved selection of the divisor when subdividing nested Bitvec objects. by drh ยท 6 months ago
- cc279d5 Adjustments to ext/misc/fileio.c in an attempt to get it to build using mingw. by drh ยท 6 months ago
- 979a07a Version 3.50.1 by drh ยท 6 months ago version-3.50.1
- 36350af Fix harmless compiler warning introduced by the setlk-snapshot-fix merge. by drh ยท 6 months ago
- d7cb1ea Fixes to ensure SQLITE_ENABLE_SETLK_TIMEOUT builds use a blocking lock by drh ยท 6 months ago
- 74db1f3 Merge TEA README updates from [bf7be67e3f]. No code changes. by stephan ยท 6 months ago
- af388ef tea build: add an info-exists check after a 'scan' call, as scan does not create its target vars on error. Problem reported at [forum:fde857fb8101a4be | forum post fde857fb8101a4be] and triggers when the 'vsatisfies' test for the host's Tcl version fails (so the build would fail anyway, but will fail more informatively with this fix). by stephan ยท 6 months ago
- d282fbc Apply the duplicate 'export default' workaround to the (untested and unsupported) node-specific build rules in mkwasmbuilds.c to resolve a problem reported off-list by Thomas Steiner. by stephan ยท 6 months ago
- d95ba2f Relax query flattener constraint (3b) and thereby allow flattening the RHS of by drh ยท 6 months ago
- 9412d984 Fix an off-by-one error in sqlite3_rsync. by drh ยท 6 months ago
- 1daead7 Fix JSONB edit so that when it is trying to reduce the size of an element by drh ยท 6 months ago
- 13efb2f Improve the accuracy of affinity and collating sequence analysis for by drh ยท 6 months ago
- 6510beb Update the version number to 3.50.1 by drh ยท 6 months ago
- 7c1d13b Fix an off-by-one error in the size computation of a vdbe-sorter. by drh ยท 6 months ago
- ce3887b Cherrypick obscure (fuzzer-generated) RIGHT JOIN bug fixes from trunk. by drh ยท 6 months ago
- 175c358 Add "include <stddef.h>" to fts5 and rtree to ensure that they use the by drh ยท 7 months ago
- 4cb03d1 Extend the fix for ticket 623eff57e76d45f6]so that it covers RIGHT JOIN by drh ยท 7 months ago
- 8dcef6c Squelch an interesting but harmless struct initialization warning emitted after an emsdk update. Fix JS breakage introduced by changes in Emscripten 4.0.7: manually export the HEAPxyz symbols which used to be exposed by default. by stephan ยท 7 months ago
- 726b2db Fix the missing -lm link flag for the sqlite3 shell when building the autoconf bundle with --disable-static-shell, as reported in [forum:5adf1c932a | forum post 5adf1c932a]. by stephan ยท 7 months ago
- 3f52361 Version 3.50.0 by drh ยท 7 months ago version-3.50.0
- b3c1884 Do not use a partial index unless the WHERE clause uses one or more columns by drh ยท 7 months ago
- b3bcf48 Do not use a partial index if the truth of the WHERE clause does not depend by drh ยท 7 months ago silly-partial-indexes
- f08f71a Slight change to tool/split-sqlite3c.tcl to make it compatible with jimsh by drh ยท 7 months ago
- f96d44e Fix a bug in the speedtest.tcl testing script that was introduced by by drh ยท 7 months ago
- 209894c In the TEA build, enable USE_TCL_STUBS on Mac platforms. by stephan ยท 7 months ago
- 93394eb On OpenBSD, do not test fuzzcheck with ubsan as part of "make devtest". by dan ยท 7 months ago
- 8f06aed Avoid calls to sprintf() in Lemon, since OpenBSD hates sprintf(). by drh ยท 7 months ago
- 3f01048 When detecting TCLLIBDIR, skip over //zipfs paths, as the (file isdirectory) command will actually return true for those, but they're useless for installation purposes. This resolves the tea build's inability to install on stock openbsd. by stephan ยท 7 months ago
- 45fa234 tclsqlite.c doc typo fix. by stephan ยท 7 months ago
- a01b7ad Change json_group_object() so that it ignores entries where the label by drh ยท 7 months ago
- c5031b5 vtablog.c doc fixes reported in [forum:416d1e37b2|forum post 416d1e37b2]. by stephan ยท 7 months ago
- 81a2f7b Amend the previous: Set SQLITE_JSON_MAX_DEPTH to 500 on *all* builds by drh ยท 7 months ago
- 85f37eb Limit JSON recursion depth to 500 when running ASAN in fuzzcheck, to prevent by drh ยท 7 months ago
- c1ea1a6 Add the --osmalloc option to the test/speedtest.tcl testing script. by drh ยท 7 months ago
- 96e1619 Fix a problem with using streaming iterators with sqlite3changegroup_add_change(). by dan ยท 7 months ago
- 4a0b7a3 Clarify some malloc size computations to simplify the proof that they by drh ยท 7 months ago
- 79c792d Make the new sqlite3_setlk_timeout() interface accessible to loadable by drh ยท 7 months ago
- 890de76 Remove stray tab characters from source files. by drh ยท 7 months ago
- a58208a Fix a harmless comment typo by drh ยท 7 months ago
- acf95a3 Adjust the tool/warnings.sh script so that it works on the latest versions by drh ยท 7 months ago
- 953e450 Latest teaish pieces, most significantly for tcl portability fixes. Move autoconf/teaish/autosetup/... to autosetup/teaish/. to simplify maintenance and deployment via the autoconf bundle. by stephan ยท 7 months ago
- c953cb6 Minor tcl doc update. by stephan ยท 7 months ago tea-cleanups
- 9bb2548 Rename feature-tests.tcl to feature.tcl. Haiku tcl portability fixes. by stephan ยท 7 months ago
- 1e24694 Latest upstream teaish pieces for minor fixes. Restructure this copy of teaish to simplify maintenance and the autoconf bundle build. by stephan ยท 7 months ago
- 972a0f5 Improved version of the previous check-in. by drh ยท 7 months ago
- cd64392 Fix the optimization of check-in [663f5dd32d9db832] that strives to avoid by drh ยท 7 months ago
- cecf833 Add the --enablefk option to the "changeset apply" command of the by drh ยท 7 months ago
- c638017 Enhance the "changeset" utility program with new command-line options for by drh ยท 7 months ago
- 4165fd8 Rework the showHelp() function in the CLI implementation so that its by drh ยท 7 months ago
- 691b44a Back out the "low-quality index" query planner hack of check-in by drh ยท 7 months ago
- c02ac7b Fix trunk fork. by drh ยท 7 months ago
- 186fd30 Adjust the strftime() test in test/date4.test to remove flags not supported in musl libc if that environment is detected. by stephan ยท 7 months ago
- 494830c First cut at enhancing the fsdir virtual table so that it works with by drh ยท 7 months ago
- 0df6c5b Omit the unused readdir_r() routine from test_windirent.c by drh ยท 7 months ago
- 0a0777d Session extension doc typo fix reported in [forum:75e9408acb|forum post 75e9408acb]. by stephan ยท 7 months ago
- a0b34dc Fix a coding mistake in vfstrace. by drh ยท 7 months ago
- eb55814 Remove a redundant typedef from the sqlite3_rsync.c source file. by drh ยท 7 months ago
- 94e22bc Provide the SQLITE_BUG_COMPATIBLE_20250510 compile-time option that restores by drh ยท 7 months ago
- 844b457 Add enforcement of the obscure JSON5 syntax rule that the \0 escape by drh ยท 7 months ago
- 733aff3 Fix PRAGMA trusted_schema=OFF and similar so that it restricts the kinds by drh ยท 7 months ago
- cc28137 Internal doc typo fix. No code changes. by stephan ยท 7 months ago
- f087b6a Fix a harmless warning about and oversize shift operation on malformed JSONB by drh ยท 7 months ago
- f670583 Add test cases for the NOT NULL/IS NULL optimization in CHECK constraints fix. by dan ยท 7 months ago
- 288f356 Fix a bug in the NOT NULL/IS NULL optimization of check-in [cb94350185f555c3] by drh ยท 7 months ago
- ad39fa8 Fix the sqlite3VdbeTypeofColumn() function so that it works correctly by drh ยท 7 months ago
- 3b51a1a Fix console-I/O on Windows for DEBUG=3 builds. Broken by [925e97e6f4238f02]. by drh ยท 7 months ago
- d732410 Enhance sqlite3_rsync so that if the first attempt to invoke a copy by drh ยท 7 months ago
- 37b76ba Fix a harmless redundant variable declaration in sqlite3_rsync. by drh ยท 7 months ago
- e618674 Addition summary results output when using -vvv on sqlite3_rsync. by drh ยท 7 months ago
- d7b8322 Promote the --protocol option to sqlite3_rsync from being an undocumented by drh ยท 7 months ago
- f4d435d Enhance sqlite3_rsync (in a backwards-compatible way) so that it has the by drh ยท 7 months ago
- e2826db Improvements to protocol negotiation. by drh ยท 7 months ago faster-rsync
- 5f4d013 Clean up command-line parsing. Add the undocumented by drh ยท 7 months ago
- bef9565 Now appears to be working. More testing needed. Refinement of the by drh ยท 7 months ago
- f124ddf Bug fixes. Added new debugging features to better visualize the protocol. by drh ยท 7 months ago