Quantcast
Channel: SQLite
Browsing all 2701 articles
Browse latest View live
↧

Disable setting of the SONAME (enabled by [2a2419ef742]), as it's not clear...

Disable setting of the SONAME (enabled by [2a2419ef742]), as it's not clear whether blindly setting the SONAME, which now differs from its historical value, will cause more grief than it solves. Add a...

View Article


Support clients passing in LDFLAGS to configure/make, but in a more limited...

Support clients passing in LDFLAGS to configure/make, but in a more limited form than the legacy build it (i.e. only to select targets rather than all targets). Rename make-side internal uses of CFLAGS...

View Article


More closely emulate the legacy build's handling of LDFLAGS, permitting them...

More closely emulate the legacy build's handling of LDFLAGS, permitting them to be passed to configure but not to make. We cannot 100% enforce that because main.mk is not filtered by the configure...

View Article

Add missing CFLAGS.intree_includes to T.compile.tcl to fix build of...

Add missing CFLAGS.intree_includes to T.compile.tcl to fix build of tclsqlite3. (tags: trunk)

View Article

Add 'tcl' makefile target which builds all but tclextension (which does not...

Add 'tcl' makefile target which builds all but tclextension (which does not have a well-defined name and dependencies). Improve the deps for .tclenv.sh to avoid getting a stale tclsh when...

View Article


Remove one dep from .tclenv.sh which is only valid for configure-driven...

Remove one dep from .tclenv.sh which is only valid for configure-driven builds, not static makefiles. (tags: trunk)

View Article

Even more detailed logging of slow COMMIT statements. (tags:...

Even more detailed logging of slow COMMIT statements. (tags: cf8f1552-commit-instr)

View Article

Fix an assert() failure in sqlite3recover.c. (tags: trunk)

Fix an assert() failure in sqlite3recover.c. (tags: trunk)

View Article


Increase the minimum SQLITE_LENGTH_LIMIT from 1 to 30 to avoid problems doing...

Increase the minimum SQLITE_LENGTH_LIMIT from 1 to 30 to avoid problems doing simple things like converting strings into integers. See also [8fd5b8ec4ab9b555]. (tags: trunk)

View Article


Remove an unused lib import from auto.def. (tags: trunk)

Remove an unused lib import from auto.def. (tags: trunk)

View Article

Remove three unused files from autosetup/. (tags: trunk)

Remove three unused files from autosetup/. (tags: trunk)

View Article

Simplify usage of proj-assert by making the expr prefix implicit. Add an...

Simplify usage of proj-assert by making the expr prefix implicit. Add an optional description arg to proj-assert, defaulting to the body of the assertion script. (tags: trunk)

View Article

Fix a deps problem, introduced in [1bd9de719], which breaks the build on...

Fix a deps problem, introduced in [1bd9de719], which breaks the build on systems where HAVE_TCL=0. (tags: trunk)

View Article


Fix a case in fts3 where a corrupt database record was not being handled...

Fix a case in fts3 where a corrupt database record was not being handled correctly. (tags: trunk)

View Article

Fix a case in fts3 where a corrupt database record was not being handled...

Fix a case in fts3 where a corrupt database record was not being handled correctly. (tags: branch-3.47)

View Article


Rename proj-define-if-opt-truthy to the more accurate, and less verbose,...

Rename proj-define-if-opt-truthy to the more accurate, and less verbose, proj-define-for-opt. (tags: trunk)

View Article

Doc update to account for [05073350087b]. (tags: trunk)

Doc update to account for [05073350087b]. (tags: trunk)

View Article


Add an -fsanitize=fuzzer compatibility mode to the CLI. (tags: cli-fuzz)

Add an -fsanitize=fuzzer compatibility mode to the CLI. (tags: cli-fuzz)

View Article

Use Win32 APIs to read/write the console in Windows unless the...

Use Win32 APIs to read/write the console in Windows unless the SQLITE_USE_STDIO_FOR_CONSOLE option is defined. This is an attempt to get the build working on MinGW. (tags: trunk)

View Article

*MERGE* Update this branch with latest changes and build system updates from...

*MERGE* Update this branch with latest changes and build system updates from trunk. (tags: begin-concurrent)

View Article
Browsing all 2701 articles
Browse latest View live