*MERGE* Test case for the FTS3 fix in the previous check-in. This check-in...
*MERGE* Test case for the FTS3 fix in the previous check-in. This check-in also accidentally includes a change to session that is intended to remove a static analysis warning. (tags: trunk)
View ArticleDetect and report signed integer overflow in the sumInverse() routine, used...
Detect and report signed integer overflow in the sumInverse() routine, used by window functions. (tags: trunk)
View ArticlePortability tweaks to the code generators so that they produce identical...
Portability tweaks to the code generators so that they produce identical output with JimTCL on Windows and Unix systems (that is: no Windows-style line endings). (tags: branch-3.48)
View ArticleUpstream JimTCL patch and minor tcl script tweaks to support (fconfigure...
Upstream JimTCL patch and minor tcl script tweaks to support (fconfigure -translation binary) for better cross-platform build portability. (tags: trunk)
View ArticleSummarize known incompatibilities/gotches between JimTCL and canonical TCL,...
Summarize known incompatibilities/gotches between JimTCL and canonical TCL, and their workarounds. Doc changes only. (tags: trunk)
View ArticleFix a harmless unused-parameter compiler warning introduced by...
Fix a harmless unused-parameter compiler warning introduced by [75f3d8744879]. (tags: trunk)
View ArticleIf SQLite is compiled with SQLITE_ENABLE_WAL_BIGHASH defined, use hash tables...
If SQLite is compiled with SQLITE_ENABLE_WAL_BIGHASH defined, use hash tables large enough to fit 128K, instead of 4K, entries in the *-shm file. (tags: bedrock)
View ArticleVersion 3.49.0 (tags: trunk, release, major-release, version-3.49.0)
Version 3.49.0 (tags: trunk, release, major-release, version-3.49.0)
View Article*MERGE* Merge version 3.49.0 into begin-concurrent branch. (tags:...
*MERGE* Merge version 3.49.0 into begin-concurrent branch. (tags: begin-concurrent)
View Article*MERGE* Merge version 3.49.0 into the wal2 branch. (tags: wal2)
*MERGE* Merge version 3.49.0 into the wal2 branch. (tags: wal2)
View Article*MERGE* Merge version 3.49.0 into the bedrock branch. (tags: bedrock)
*MERGE* Merge version 3.49.0 into the bedrock branch. (tags: bedrock)
View Article*MERGE* Merge version 3.49.0 into the reuse-schema branch. (tags: reuse-schema)
*MERGE* Merge version 3.49.0 into the reuse-schema branch. (tags: reuse-schema)
View ArticleFix a dependencies/order-of-operations bug in ext/wasm/GNUmakefile which...
Fix a dependencies/order-of-operations bug in ext/wasm/GNUmakefile which causes creation of files filtered via c-pp to fail if the ext/wasm/jswasm dir did not exist beforehand. (tags: trunk)
View ArticleFix a dependencies/order-of-operations bug in ext/wasm/GNUmakefile which...
Fix a dependencies/order-of-operations bug in ext/wasm/GNUmakefile which causes creation of files filtered via c-pp to fail if the ext/wasm/jswasm dir did not exist beforehand. (tags: branch-3.49)
View ArticleBump version number to 3.50.0 for the next dev cycle. (tags: trunk)
Bump version number to 3.50.0 for the next dev cycle. (tags: trunk)
View ArticleFix a harmless typo in a comment. (tags: trunk)
Fix a harmless typo in a comment. (tags: trunk)
View ArticleAdjust the test/speedtest.tcl script so that it uses an on-disk database...
Adjust the test/speedtest.tcl script so that it uses an on-disk database rather than an in-memory database. (tags: trunk)
View ArticleThis is an experimental change to investigate the feasibility of allow...
This is an experimental change to investigate the feasibility of allow DEFAULT tokens within VALUES clauses attached to INSERT statements. There is a lot of extra code space consumed for such an...
View ArticleBump TEA configure.ac version number. (tags: trunk)
Bump TEA configure.ac version number. (tags: trunk)
View ArticleLibrary-linking and installation fixes for Mac platforms, as discussed in...
Library-linking and installation fixes for Mac platforms, as discussed in [forum:9dfd5b8fd5|forum post 9dfd5b8fd5]. These still require testing on such a platform. (tags: mac-build-fixes)
View Article