Put a 16-byte hash table for column names on each Table object, to speed up...
Put a 16-byte hash table for column names on each Table object, to speed up column name lookups. (tags: trunk)
View ArticleAdd the "star" testset to speedtest1. Include it as part of "mix1". (tags:...
Add the "star" testset to speedtest1. Include it as part of "mix1". (tags: trunk)
View Articleconfigure: when transfering ENABLE/OMIT flags from CFLAGS to...
configure: when transfering ENABLE/OMIT flags from CFLAGS to OPT_FEATURE_FLAGS, also do the same for CPPFLAGS and remove those ENABLE/OMIT flags from CFLAGS/CPPFLAGS to mimic legacy build behavior....
View Articleconfigure: when transfering ENABLE/OMIT flags from CFLAGS to...
configure: when transfering ENABLE/OMIT flags from CFLAGS to OPT_FEATURE_FLAGS, also do the same for CPPFLAGS and remove those ENABLE/OMIT flags from CFLAGS/CPPFLAGS to mimic legacy build behavior....
View Articlewasm: add some build-time validation to ensure that the problem fixed in...
wasm: add some build-time validation to ensure that the problem fixed in [65798c09a00662a3] does not recur. Ensure that files generated via mkwasmbuilds.c have the generated makefile as a dependency....
View ArticleJS: add a mechanism to the Worker1 exec API to fetch the last_insert_rowid(),...
JS: add a mechanism to the Worker1 exec API to fetch the last_insert_rowid(), as requested in [forum:56bc35390183f5d5|forum post 56bc353901]. (tags: trunk)
View Articlewasm: when building in -O0 mode (typical dev mode), use -sASSERTIONS=2, else...
wasm: when building in -O0 mode (typical dev mode), use -sASSERTIONS=2, else -sASSERTIONS=0, in response...
View Articlewasm: add some build-time validation to ensure that the problem fixed in...
wasm: add some build-time validation to ensure that the problem fixed in [65798c09a00662a3] does not recur. Ensure that files generated via mkwasmbuilds.c have the generated makefile as a dependency....
View Articleconfigure: if the linker supports --out-implib, generate libsqlite3.X.a,...
configure: if the linker supports --out-implib, generate libsqlite3.X.a, where X is the platform's DLL file extension. Discussion in/around [forum:0c7fc097b2|forum post 0c7fc097b2]. (tags: trunk)
View Articleconfigure: if the linker supports --out-implib, generate libsqlite3.X.a,...
configure: if the linker supports --out-implib, generate libsqlite3.X.a, where X is the platform's DLL file extension. Discussion in/around [forum:0c7fc097b2|forum post 0c7fc097b2]. (tags: branch-3.49)
View ArticleApply [6092b0b8] to autoconf/Makefile.in. (tags: trunk)
Apply [6092b0b8] to autoconf/Makefile.in. (tags: trunk)
View ArticleApply [6092b0b8] to autoconf/Makefile.in. (tags: branch-3.49)
Apply [6092b0b8] to autoconf/Makefile.in. (tags: branch-3.49)
View ArticleUpdate the 'clean' rules for autoconf/Makefile.in to account for [6092b0b8]....
Update the 'clean' rules for autoconf/Makefile.in to account for [6092b0b8]. (tags: trunk)
View ArticleUpdate the 'clean' rules for autoconf/Makefile.in to account for [6092b0b8]....
Update the 'clean' rules for autoconf/Makefile.in to account for [6092b0b8]. (tags: branch-3.49)
View ArticlePerformance and size optimization for the sqlite3ColumnIndex() routine....
Performance and size optimization for the sqlite3ColumnIndex() routine. (tags: trunk)
View ArticlePerformance optimization to the substr() SQL function. (tags: trunk)
Performance optimization to the substr() SQL function. (tags: trunk)
View ArticleSmall performance increase in jsonTranslateBlobToText(). (tags: trunk)
Small performance increase in jsonTranslateBlobToText(). (tags: trunk)
View ArticleConvert some expensive NEVER() and ASSERT() macros into assert()s. (tags: trunk)
Convert some expensive NEVER() and ASSERT() macros into assert()s. (tags: trunk)
View Articleconfigure: when dlopen() is not found, only fail fatally if...
configure: when dlopen() is not found, only fail fatally if --enable-load-extension is explicitly provided, else warn instead. Based on discussion around [forum:2efe9c33bd9021ca|forum post...
View Articleconfigure: when dlopen() is not found, only fail fatally if...
configure: when dlopen() is not found, only fail fatally if --enable-load-extension is explicitly provided, else warn instead. Based on discussion around [forum:2efe9c33bd9021ca|forum post...
View Article