Adjust the "configure" script so that it just disables the ability to run...
Adjust the "configure" script so that it just disables the ability to run tests rather than erroring out if tclsh is unable to recommend a suitable tclConfig.sh. (tags: trunk)
View ArticleAdjust Makefile.in so that it outputs a slightly better error message on an...
Adjust Makefile.in so that it outputs a slightly better error message on an attempt to build something that requires TCL libraries when HAVE_TCL is false. (tags: trunk)
View ArticleAdd tests to restore coverage of fts5_tokenizer.c. (tags: fts5-locale)
Add tests to restore coverage of fts5_tokenizer.c. (tags: fts5-locale)
View ArticleTests to improve coverage of fts5_expr.c. (tags: fts5-locale)
Tests to improve coverage of fts5_expr.c. (tags: fts5-locale)
View Article*MERGE* Merge trunk changes into this branch. (tags: fts5-locale)
*MERGE* Merge trunk changes into this branch. (tags: fts5-locale)
View ArticleFix a broken assert() in fts5_storage.c. (tags: fts5-locale)
Fix a broken assert() in fts5_storage.c. (tags: fts5-locale)
View ArticleReduce the size of the SrcItem object by combining fields into a union....
Reduce the size of the SrcItem object by combining fields into a union. (tags: srcitem-opt)
View ArticleGive unique names to fields in the SrcItem object, to facilitate analysis of...
Give unique names to fields in the SrcItem object, to facilitate analysis of how those fields are used using "grep". (tags: srcitem-opt)
View ArticleAutomatically disable directory fsync when compiling for AIX. (tags: trunk)
Automatically disable directory fsync when compiling for AIX. (tags: trunk)
View ArticleFix a problem with detail=none, content='' tables. (tags: fts5-locale)
Fix a problem with detail=none, content='' tables. (tags: fts5-locale)
View Article*MERGE* Merge trunk changes into this branch. (tags: fts5-locale)
*MERGE* Merge trunk changes into this branch. (tags: fts5-locale)
View ArticleAttempt to fix date/time calculations for days earlier than 0400-03-01. See...
Attempt to fix date/time calculations for days earlier than 0400-03-01. See [forum:/forumpost/eaa0a09786c6368b|forum thread eaa0a09786c6368b]. (tags: ancient-date-fix)
View ArticleNew date/time test cases to validate ancient dates. (tags: ancient-date-fix)
New date/time test cases to validate ancient dates. (tags: ancient-date-fix)
View Article*MERGE* Fix leap-year handling for dates prior to 0400-03-01....
*MERGE* Fix leap-year handling for dates prior to 0400-03-01. [forum:/forumpost/eaa0a09786c6368b|Forum post eaa0a09786c6368b]. (tags: trunk)
View ArticleFix leap-year handling for dates prior to 0400-03-01. (tags: branch-3.46)
Fix leap-year handling for dates prior to 0400-03-01. (tags: branch-3.46)
View Article*MERGE* Add the fts5_locale() function and related functionality to fts5....
*MERGE* Add the fts5_locale() function and related functionality to fts5. (tags: trunk)
View ArticleUpdate some comments that are processed into the fts5.html webpage. (tags:...
Update some comments that are processed into the fts5.html webpage. (tags: trunk)
View ArticleRefactor the SrcItem object so that information about subqueries is stored in...
Refactor the SrcItem object so that information about subqueries is stored in a separately allocated Subquery object. This reduces the memory requirements for SrcItem and makes the code run faster. It...
View ArticleEarlier error detection while processing complex aggregate queries. dbsqlfuzz...
Earlier error detection while processing complex aggregate queries. dbsqlfuzz 5242c2f07f4aa031aa3c80461f18e9b7619ede9b (tags: trunk)
View ArticleFix for the UTF-16LE problem reporte by...
Fix for the UTF-16LE problem reporte by [forum:/forumpost/dc7e1b7527e84343|forum post dc7e1b7527e84343]. Because of the unexpected ordering of characters using the default collation (memcmp() order) in...
View Article