Omit the src/pragma.h file. It is generated by the tool/mkpragmatab.tcl...
Omit the src/pragma.h file. It is generated by the tool/mkpragmatab.tcl script. The makefiles now know how to build this file for themselves. (tags: trunk)
View ArticleFix test script errors in walsetlk3.test. Tests still don't all pass. (tags:...
Fix test script errors in walsetlk3.test. Tests still don't all pass. (tags: win32-enable-setlk)
View ArticleTiny tcl comment tweaks. No functional changes. (tags: trunk)
Tiny tcl comment tweaks. No functional changes. (tags: trunk)
View ArticleRemove old function declaration accidentally left in sqlite3session.h. (tags:...
Remove old function declaration accidentally left in sqlite3session.h. (tags: trunk)
View Articleconfigure --help cleanups and eliminate the use of a JS-esque inner function...
configure --help cleanups and eliminate the use of a JS-esque inner function in sqlite-config.tcl. No functional changes. (tags: trunk)
View ArticleHave the win32 VFS take a temporary shared lock (instead of the current...
Have the win32 VFS take a temporary shared lock (instead of the current exclusive) on the pending-byte when taking a SHARED lock on a db. Do not lock the pending-byte at all when taking an EXCLUSIVE...
View Article*MERGE* Merge the latest trunk changes into the default-in-values branch....
*MERGE* Merge the latest trunk changes into the default-in-values branch. (tags: default-in-values)
View ArticleFix a few 32-bit overflow problems in showdb.c. (tags: trunk)
Fix a few 32-bit overflow problems in showdb.c. (tags: trunk)
View ArticleAn attempt to allow the DEFAULT keyword in the VALUES clause of an INSERT....
An attempt to allow the DEFAULT keyword in the VALUES clause of an INSERT. This check-in does not work right. (tags: default-in-values)
View ArticleThis version still does not work. This is an incremental check-in to save my...
This version still does not work. This is an incremental check-in to save my place so that I can work on other things. (tags: default-in-values)
View ArticleBring the 3.49 branch's configure-related files up to par with the current...
Bring the 3.49 branch's configure-related files up to par with the current trunk. (tags: branch-3.49)
View ArticleEnsure the counts of "deferred FK violations" and "deferred immediate FK...
Ensure the counts of "deferred FK violations" and "deferred immediate FK violations" are kept separate when "PRAGMA defer_foreign_keys" is used. (tags: trunk)
View ArticleFix various problems. Appears to be working now. (tags: default-in-values)
Fix various problems. Appears to be working now. (tags: default-in-values)
View ArticleWhen using the --out-implib build option, install the generated .dll.a file...
When using the --out-implib build option, install the generated .dll.a file to PREFIX/lib. (tags: trunk)
View ArticleWhen using the --out-implib build option, install the generated .dll.a file...
When using the --out-implib build option, install the generated .dll.a file to PREFIX/lib. (tags: branch-3.49)
View ArticleRemove an unnecessary branch. Improvements to error messages. (tags:...
Remove an unnecessary branch. Improvements to error messages. (tags: default-in-values)
View ArticleOmit an optimization that did not work - it runs faster with the optimization...
Omit an optimization that did not work - it runs faster with the optimization removed. (tags: default-in-values)
View ArticleFix test cases added for [4b4f33d791fe4318] so that they also work when...
Fix test cases added for [4b4f33d791fe4318] so that they also work when compiling with ICU support. [forum:/forumpost/2ca8a09a7e|Forum post 2ca8a09a7e] (tags: trunk)
View ArticleICU config support: add more details to error messages and correct a typo...
ICU config support: add more details to error messages and correct a typo which would cause a configure crash if --with-icu-config=X refered to a non-executable X. (tags: trunk)
View ArticleICU config support: add more details to error messages and correct a typo...
ICU config support: add more details to error messages and correct a typo which would cause a configure crash if --with-icu-config=X refered to a non-executable X. (tags: branch-3.49)
View Article