aboutsummaryrefslogtreecommitdiff
path: root/ext
Commit message (Expand)AuthorAge
* Add the --enablefk option to the "changeset apply" command of thedrh3 days
* Enhance the "changeset" utility program with new command-line options fordrh3 days
* First cut at enhancing the fsdir virtual table so that it works withdrh5 days
* Session extension doc typo fix reported in [forum:75e9408acb|forum post 75e94...stephan6 days
* Fix a coding mistake in vfstrace.drh7 days
* Fix a problem in the fts5matchinfo.test file that prevented it fromdrh2025-04-22
* Update to comments in sqlite3session.h.dan2025-04-19
* Add an appropriate _declspec to the declaration of the sqlite3_dbdata_init()drh2025-04-18
* Avoid a potential integer overflow in non-default builds of the fts3 matchinf...dan2025-04-15
* JNI: part 3 (of 3) of typos and Java style tweaks suggested in [forum:99ac796...stephan2025-04-14
* JNI: part 2 of typos and Java style tweaks suggested in [forum:99ac7961d82f57...stephan2025-04-14
* JNI: part 1 of typos and Java style tweaks suggested in [forum:99ac7961d82f57...stephan2025-04-14
* Fix a memory leak in sqlite3session_diff().dan2025-04-10
* Fix a comment in sessionD.test.dan2025-04-10
* Improve the error messages returned by sqlite3session_diff().dan2025-04-10
* Remove unnecessary "www." prefixes on domain names in URLs.drh2025-04-10
* Have sqlite3session_diff() automatically attach tables to session objects, as...dan2025-04-08
|\
| * Have sqlite3session_diff() automatically attach tables to session objects, as...dan2025-04-08
* | Fix harmless compiler warnings in the memstat.c extension. No changes todrh2025-04-02
* | Increase the size of a variable in FTS3 to help static analyzersdrh2025-04-02
| |
| \
*-. | Merge cygwin and tclsqlite fixes into trunk.drh2025-03-27
|\ \|
| * | Add an explicit db close to fix a file-is-opened failure in session1.test in ...stephan2025-03-27
| * | In Tcl, always use eq/ne for comparing strings, not ==/!=jan.nijtmans2025-03-27
| * | Merge trunk into cygwin-fixes branch. Add .fossil-settings/binary-glob to squ...stephan2025-03-26
| |\|
| * | Correct part of [505d9e49f7] and [7126a51ed8] to get sessioninvert tests work...stephan2025-03-19
| * | Correct part of [04075517] which changed the implicit return value of a test ...stephan2025-03-19
| * | Add some explicit db close calls to work around a process-reaping timing prob...stephan2025-03-19
| * | Merge trunk into the cygwin-fixes branch.stephan2025-03-19
| |\ \
| * \ \ Merge trunk into the cygwin-fixes branch (which was inadvertently branched to...stephan2025-03-06
| |\ \ \
| * | | | Cygwin-centric fixes from Jan Nijtmans.stephan2025-03-06
* | | | | Rearrange #includes in FTS3 to avoid a harmless compiler warning.drh2025-03-27
| |_|_|/ |/| | |
* | | | Test that the sqlite3changeset_apply() function is properly appling indirect ...dan2025-03-24
* | | | Add test cases to session1.test.dan2025-03-24
* | | | Fix the generate_series() enhancement from check-in [d50b784807333c54]drh2025-03-22
| |_|/ |/| |
* | | Change the generate_series() table-valued function so that its rowid is just andrh2025-03-18
* | | Internal doc touchups in ext/wasm/mkwasmbuilds.c. No functional changes.stephan2025-03-18
* | | Prevent integer overflow when parsing NEAR queries in FTS5.drh2025-03-17
* | | Fix a long-standing filename digest computation bug in the OPFS SAHPool VFS w...stephan2025-03-16
|\ \ \
| * \ \ Minor doc corrections for the sahpool-digest fix and merge in current trunk.stephan2025-03-14
| |\ \ \
| * \ \ \ Merge trunk into the sahpool-digest branch.stephan2025-02-26
| |\ \ \ \
| * | | | | More work on the sahpool digest fix. New/fixed versions can read legacy (no d...stephan2025-02-26
| * | | | | Add a test app to assist in validating the SAHPool digest calculation fix.stephan2025-02-03
| * | | | | Initial work on a fix for the SAHPool VFS's effectively-no-op digest calculat...stephan2025-02-03
* | | | | | Make use of the C99 flexible array feature, when available, so thatdrh2025-03-15
|\ \ \ \ \ \
| * | | | | | Work around compilers that do not understand flexible arrays, in thedrh2025-03-15
| * | | | | | Use flexible arrays in the recovery extension and in the fuzzcheck test program.drh2025-03-15
| * | | | | | Use flexible arrays whereever appropriate in FTS5.drh2025-03-15
| * | | | | | Convert the Fts5Sorter.aIdx field to a flexible array.drh2025-03-15
| * | | | | | Turn Fts5Colset.aiCol into a flexible array.drh2025-03-14
| * | | | | | In FTS3, rename the MatchinfoBuffer.aMatchinfo field to aMI, to avoid confusingdrh2025-03-14