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

*MERGE* Remove unused sqlite_cfg.h.in from the build. (tags: trunk)

*MERGE* Remove unused sqlite_cfg.h.in from the build. (tags: trunk)

View Article


*MERGE* Merge the latest trunk enhancements and fixes into the...

*MERGE* Merge the latest trunk enhancements and fixes into the commit-and-begin branch. (tags: commit-and-begin)

View Article


Add --enable-dev configure flag which sets various other flags. (tags: trunk)

Add --enable-dev configure flag which sets various other flags. (tags: trunk)

View Article

Add new makefile target "sqlite3d" (where the "d" means either "development"...

Add new makefile target "sqlite3d" (where the "d" means either "development" or "debug") that always uses separate source files, regardless of the --disable-amalgmation setting. (tags: trunk)

View Article

*MERGE* Merge makefile enhancements from trunk into the commit-and-begin...

*MERGE* Merge makefile enhancements from trunk into the commit-and-begin branch. (tags: commit-and-begin)

View Article


Remove $prefix/include from the default -I path because it can cause the...

Remove $prefix/include from the default -I path because it can cause the build to pick up an unintended copy of sqlite3.h. Extend the ICU configure support (the origin of -I$prefix/include) to enable...

View Article

Fix typo in the handling of the new --dev flag which caused it to set the...

Fix typo in the handling of the new --dev flag which caused it to set the --debug flag instead of the --with-debug flag (the former is for autosetup's internal use). (tags: trunk)

View Article

*MERGE* Merge more makefile enhancements from trunk into the commit-and-begin...

*MERGE* Merge more makefile enhancements from trunk into the commit-and-begin branch. (tags: commit-and-begin)

View Article


Fix assertion faults in the COMMIT AND BEGIN path. (tags: commit-and-begin)

Fix assertion faults in the COMMIT AND BEGIN path. (tags: commit-and-begin)

View Article


Attempt to hold a lock across the COMMIT AND BEGIN boundary so that no other...

Attempt to hold a lock across the COMMIT AND BEGIN boundary so that no other process can start a new transaction in between the COMMIT and the BEGIN. (tags: commit-and-begin)

View Article

An experiment in optionally using pkg-config to determine the libs to link in...

An experiment in optionally using pkg-config to determine the libs to link in for ICU support, but its ldflags is missing one required lib on both Linux and OpenBSD. Keeping this for later reference,...

View Article

configure script doc additions for the ICU feature check. (tags: trunk)

configure script doc additions for the ICU feature check. (tags: trunk)

View Article

When checking pkg-config for ICU support use icu-io instead of icu-uc, as...

When checking pkg-config for ICU support use icu-io instead of icu-uc, as that contains all requires libs on Linux and BSD. (tags: autosetup-icu-pkg-config)

View Article


*MERGE* configure: add optional pkg-config support for detecting ICU. (tags:...

*MERGE* configure: add optional pkg-config support for detecting ICU. (tags: trunk)

View Article

buildtclext.tcl: work around a case, reported in...

buildtclext.tcl: work around a case, reported in [forum:0683a49cb02f31a1|forum post 0683a49cb0], in which package maintainers edit their copy of tclConfig.sh to change the TCL_SHLIB_LD command. (tags:...

View Article


Generic auto.def cleanups. No functional differences. (tags: trunk)

Generic auto.def cleanups. No functional differences. (tags: trunk)

View Article

Another approach at implementing COMMIT AND BEGIN. (tags: commit-and-begin)

Another approach at implementing COMMIT AND BEGIN. (tags: commit-and-begin)

View Article


In the interest of minimizing downstream disruption, set the soname of...

In the interest of minimizing downstream disruption, set the soname of libsqlite3.so to (by default) its legacy value of libsqlite3.so.0 and unconditionally create (or replace) a symlink with that name...

View Article

Enhance the vfstrace extension such that the output can be controlled using...

Enhance the vfstrace extension such that the output can be controlled using the "PRAGMA vfstrace('...');" statement. See header comment on the source code for details. (tags: trunk)

View Article

*MERGE* Load all the latest trunk enhancements, and especially the...

*MERGE* Load all the latest trunk enhancements, and especially the enhancements to vfstrace, into the commit-and-begin branch. (tags: commit-and-continue)

View Article
Browsing all 2701 articles
Browse latest View live