Remove the unused dbfuzz2-asan/msan makefile targets. Fix a comment typo in a...
Remove the unused dbfuzz2-asan/msan makefile targets. Fix a comment typo in a makefile. (tags: trunk)
View ArticleFix a var reference typo in SQLTester.mjs. (tags: trunk)
Fix a var reference typo in SQLTester.mjs. (tags: trunk)
View ArticleFix three bugs in SQLTester.mjs which caused --tableresult tests, escaping of...
Fix three bugs in SQLTester.mjs which caused --tableresult tests, escaping of SQL values to incorrectly fail, and the --column-names setting to not be reset between tests. (tags: trunk)
View ArticleMinor doc cleanups in SQLTester.mjs and confirm that the tests pass with both...
Minor doc cleanups in SQLTester.mjs and confirm that the tests pass with both OPFS VFSes. (tags: trunk)
View ArticleFix the sqlite3_rsync utility so that it is able to synchronize a database...
Fix the sqlite3_rsync utility so that it is able to synchronize a database using a UTF16 text encoding. [forum:/forumpost/e055d50821|Forum post e055d50821]. (tags: trunk)
View ArticleRemove unnecessary VACUUMs from the previous check-in to sqlite3_rsync....
Remove unnecessary VACUUMs from the previous check-in to sqlite3_rsync. (tags: trunk)
View ArticleAn assortment of comment typo fixes discovered by aspell. Add several new...
An assortment of comment typo fixes discovered by aspell. Add several new words to tool/custom.txt. No code changes. (tags: trunk)
View ArticleMove the #include of hwtime.h from the bottom of util.c to the top of vdbe.c...
Move the #include of hwtime.h from the bottom of util.c to the top of vdbe.c so that it will be available when needed, even for non-amalgamation builds. (tags: trunk)
View ArticleAdd missing $(TEXE) suffixes in the tool-zip makefile target. (tags: trunk)
Add missing $(TEXE) suffixes in the tool-zip makefile target. (tags: trunk)
View ArticleAdd sqlite3_rsync to the docs at the top of mktoolzip.tcl. No code changes....
Add sqlite3_rsync to the docs at the top of mktoolzip.tcl. No code changes. (tags: trunk)
View ArticleFix another problem with ".expert" and virtual tables....
Fix another problem with ".expert" and virtual tables. [forum:/forumpost/49d6a19ec|Forum post 49d6a19ec]. (tags: trunk)
View ArticleAvoid using LIKE in sqlite3expert.c, in case "PRAGMA case_sensitive_like" has...
Avoid using LIKE in sqlite3expert.c, in case "PRAGMA case_sensitive_like" has been used or the "like" UDF replaced by something unexpected. (tags: trunk)
View ArticleAdd extra logging to SQL statements used to load the database schema on this...
Add extra logging to SQL statements used to load the database schema on this branch. This requires SQLITE_ENABLE_STMT_SCANSTATUS. (tags: cf8f1552-commit-instr)
View ArticleVersion 3.47.0 (tags: trunk, release, major-release, version-3.47.0)
Version 3.47.0 (tags: trunk, release, major-release, version-3.47.0)
View Article*MERGE* Update the begin-concurrent branch to version-3.47.0 (tags:...
*MERGE* Update the begin-concurrent branch to version-3.47.0 (tags: begin-concurrent)
View Article*MERGE* Update the wal2 branch to version 3.47.0 (tags: wal2)
*MERGE* Update the wal2 branch to version 3.47.0 (tags: wal2)
View Article*MERGE* Update the bedrock branch to version 3.47.0 (tags: bedrock)
*MERGE* Update the bedrock branch to version 3.47.0 (tags: bedrock)
View Article*MERGE* Update the reuse-schema branch to version 3.47.0 (tags: reuse-schema)
*MERGE* Update the reuse-schema branch to version 3.47.0 (tags: reuse-schema)
View ArticleStart moving most Makefile.in docs over to main.mk. Fix compilation of...
Start moving most Makefile.in docs over to main.mk. Fix compilation of tclsqlite.c. (tags: autosetup)
View ArticleMore build doc tweaks and get ./startup building. (tags: autosetup)
More build doc tweaks and get ./startup building. (tags: autosetup)
View Article