Use a linker flag check, rather than just an OS check, to determine whether...
Use a linker flag check, rather than just an OS check, to determine whether to use the -compatibility/current_version flags. (tags: mac-build-fixes)
View ArticleFix out-of-tree builds of the autoconf bundle, as reported in...
Fix out-of-tree builds of the autoconf bundle, as reported in [forum:a0cd0beb1baa6bef|forum post a0cd0beb1baa6bef]. (tags: trunk)
View ArticleFix out-of-tree builds of the autoconf bundle, as reported in...
Fix out-of-tree builds of the autoconf bundle, as reported in [forum:a0cd0beb1baa6bef|forum post a0cd0beb1baa6bef]. Bumd version number to 3.49.1. (tags: branch-3.49)
View Article*MERGE* Merge trunk into mac-build-fixes branch and resolve a doc-only merge...
*MERGE* Merge trunk into mac-build-fixes branch and resolve a doc-only merge conflict. (tags: mac-build-fixes)
View ArticleLatest upstream jimsh0.c with a slightly different (fconfigure -translation...
Latest upstream jimsh0.c with a slightly different (fconfigure -translation binary) impl. Tested on Win11 and Linux for output compatibility with sqlite3.c/h. (tags: mac-build-fixes)
View ArticleReorder a piece of ext/wasm/GNUmakefile to correct the timing of various var...
Reorder a piece of ext/wasm/GNUmakefile to correct the timing of various var accesses. Fixes a problem [https://github.com/sqlite/sqlite-wasm/pull/99|reported in the downstream npm subproject] and...
View ArticleReorder a piece of ext/wasm/GNUmakefile to correct the timing of various var...
Reorder a piece of ext/wasm/GNUmakefile to correct the timing of various var accesses. Fixes a problem [https://github.com/sqlite/sqlite-wasm/pull/99|reported in the downstream npm subproject] and...
View Articleconfigure: change extension of static libraries from .lib to .a on...
configure: change extension of static libraries from .lib to .a on msys/cygwin, as per discussion in [forum:02db2d4240|forum post 02db2d4240]. Replace unidiomatic JS-style use of inner procs in...
View Articleconfigure: change extension of static libraries from .lib to .a on...
configure: change extension of static libraries from .lib to .a on msys/cygwin, as per discussion in [forum:02db2d4240|forum post 02db2d4240]. Replace unidiomatic JS-style use of inner procs in...
View ArticleReduce the amount of memset() needed to initialize the Parse object. (tags:...
Reduce the amount of memset() needed to initialize the Parse object. (tags: trunk)
View ArticleMac-specific build fixes discussed in [forum:9dfd5b8fd525a5d7|forum thread...
Mac-specific build fixes discussed in [forum:9dfd5b8fd525a5d7|forum thread 9dfd5b8fd525a5d7]: rename dylib links and add legacy-compatibility versioning stamps to libsqlite3.dylib. (Edit: this was...
View ArticleMac-specific build fixes discussed in [forum:9dfd5b8fd525a5d7|forum thread...
Mac-specific build fixes discussed in [forum:9dfd5b8fd525a5d7|forum thread 9dfd5b8fd525a5d7]: rename dylib links and add legacy-compatibility versioning stamps to libsqlite3.dylib. (tags: branch-3.49)
View ArticleFurther reduction in the amount of memset() needed to initialize the Parse...
Further reduction in the amount of memset() needed to initialize the Parse object. (tags: trunk)
View ArticleFix comments on the Parse.nMaxArgs field so that they are correct. Add...
Fix comments on the Parse.nMaxArgs field so that they are correct. Add assert()s to ensure they are correct. Other Parse changes to reduce the amount of memset() needed to initialize it. (tags: trunk)
View Articlebuild: work around a report of (install -d DIR) failing in one environment if...
build: work around a report of (install -d DIR) failing in one environment if DIR already exists. (tags: branch-3.49)
View Articlebuild: work around a report of (install -d DIR) failing in one environment if...
build: work around a report of (install -d DIR) failing in one environment if DIR already exists. (tags: trunk)
View ArticleImprovements to the hash table used to store symbols in the schema, so that...
Improvements to the hash table used to store symbols in the schema, so that it works better (requires fewer calls to sqlite3StrICmp()) for large schemas, and uses less code space. (tags:...
View Article*MERGE* Improvements to the symbol table hash: faster lookups with fewer...
*MERGE* Improvements to the symbol table hash: faster lookups with fewer calls to sqlite3StrICmp() for schemas with many symbols and large names. (tags: trunk)
View ArticleFix GCC-isms and compiler warnings introduced by recent check-ins...
Fix GCC-isms and compiler warnings introduced by recent check-ins [c56092507c967230] and [6e57848fe1e0e2b5]. (tags: trunk)
View ArticleUse the sqlite3ColumnIndex() routine to look up a column in a table, rather...
Use the sqlite3ColumnIndex() routine to look up a column in a table, rather than using a custom loop. Performance improvement, size reduction, and complexity decrease. (tags: trunk)
View Article