]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2025-02-16  drhCleanup of the changes for this branch. default-in-values-2
2025-02-15  drhBug fixes in the INSERT logic for VALUES containing...
2025-02-15  drhFixes to the INSERT of DEFAULT in VALUES clauses. ...
2025-02-15  drhFix the error message text for misuse of the DEFAULT...
2025-02-15  drhAn alternative implementation of the default-in-values...
2025-02-15  stephanRemove tea version check from tool/srctree-check.tcl...
2025-02-15  stephanAutomate update of the library version number in autoco...
2025-02-15  stephanDLL installation rules no longer create versioned symli...
2025-02-15  stephanA cleaner workaround for [6a21d6a2], provided by autose...
2025-02-14  stephanMore informative output for the pthread feature test.
2025-02-14  stephanMake failure to find pthreads support non-fatal unless...
2025-02-14  stephanSimplify the --help workaround introduced in [6a21d6a2ed].
2025-02-14  stephanWork around a autosetup --help bug which only(?) trigge...
2025-02-14  stephanICU config support: add more details to error messages...
2025-02-14  drhFix test cases added for [d7b90d92ffbfc61f] so that...
2025-02-13  stephanWhen using the --out-implib build option, install the...
2025-02-13  danEnsure the counts of "deferred FK violations" and ...
2025-02-12  danFix a few 32-bit overflow problems in showdb.c.
2025-02-12  stephanconfigure --help cleanups and eliminate the use of...
2025-02-12  danRemove old function declaration accidentally left in...
2025-02-12  stephanTiny tcl comment tweaks. No functional changes.
2025-02-11  drhOmit the src/pragma.h file. It is generated by the...
2025-02-11  drhOmit the src/ctime.c source file, since it is automatic...
2025-02-11  stephanRename a configure-internal function and fix handling...
2025-02-11  stephanMove the configure flags definition and handling into...
2025-02-11  stephanMake the --out-implib support ([6092b0b86bf93a3d])...
2025-02-11  stephanAdapt [https://fossil-scm.org/home/info/3bff7b92d6d...
2025-02-10  drhRemove a pointless line of code.
2025-02-10  drhAdd the --size option to the test/speedtest.tcl script.
2025-02-10  stephanMinor autosetup doc tweaks.
2025-02-10  drhMake the "mix1" testset the default for speedtest1.
2025-02-10  drhEnhance speedtest1 with a new testset that calls sqlite...
2025-02-10  stephanAdd jimsh.exe and jimsh0.exe to the clean rules in...
2025-02-10  stephanconfigure: when dlopen() is not found, only fail fatall...
2025-02-10  drhConvert some expensive NEVER() and ASSERT() macros...
2025-02-10  drhSmall performance increase in jsonTranslateBlobToText().
2025-02-09  drhPerformance optimization to the substr() SQL function.
2025-02-09  drhPerformance and size optimization for the sqlite3Column...
2025-02-09  stephanUpdate the 'clean' rules for autoconf/Makefile.in to...
2025-02-09  stephanApply [6092b0b8] to autoconf/Makefile.in.
2025-02-09  stephanconfigure: if the linker supports --out-implib, generat...
2025-02-09  stephanwasm: add some build-time validation to ensure that...
2025-02-09  stephanwasm: when building in -O0 mode (typical dev mode)...
2025-02-09  stephanJS: add a mechanism to the Worker1 exec API to fetch...
2025-02-09  stephanconfigure: when transfering ENABLE/OMIT flags from...
2025-02-09  drhAdd the "star" testset to speedtest1. Include it as...
2025-02-08  drhPut a 16-byte hash table for column names on each Table...
2025-02-08  drhUse the sqlite3ColumnIndex() routine to look up a colum...
2025-02-08  drhFix GCC-isms and compiler warnings introduced by recent...
2025-02-08  drhImprovements to the symbol table hash: faster lookups...
2025-02-08  drhImprovements to the hash table used to store symbols... hash-improvements
2025-02-07  stephanbuild: work around a report of (install -d DIR) failing...
2025-02-07  drhFix comments on the Parse.nMaxArgs field so that they...
2025-02-07  drhFurther reduction in the amount of memset() needed...
2025-02-07  stephanMac-specific build fixes discussed in [forum:9dfd5b8fd5...
2025-02-07  drhReduce the amount of memset() needed to initialize...
2025-02-07  stephanconfigure: change extension of static libraries from...
2025-02-07  stephanReorder a piece of ext/wasm/GNUmakefile to correct...
2025-02-07  stephanFix out-of-tree builds of the autoconf bundle, as repor...
2025-02-07  stephanBump TEA configure.ac version number.
2025-02-06  drhAdjust the test/speedtest.tcl script so that it uses...
2025-02-06  drhFix a harmless typo in a comment.
2025-02-06  stephanBump version number to 3.50.0 for the next dev cycle.
2025-02-06  stephanFix a dependencies/order-of-operations bug in ext/wasm...
2025-02-06  drhVersion 3.49.0 version-3.49.0
2025-02-05  drhFix a harmless unused-parameter compiler warning introd...
2025-02-05  stephanSummarize known incompatibilities/gotches between JimTC...
2025-02-05  stephanUpstream JimTCL patch and minor tcl script tweaks to...
2025-02-05  drhAttempted improvements to the SQLITE_DBCONFIG_... docum...
2025-02-04  drhDetect and report signed integer overflow in the sumInv...
2025-02-03  drhTest case for the FTS3 fix in the previous check-in.
2025-02-03  drhFix a potential UAF in FTS3.
2025-02-03  drhNew dbsqlfuzz case added to fuzzdata8.db. fuzzer-20250203
2025-02-03  drhThe Parse.addrExplain field is never even if SQLITE_OMI...
2025-02-03  drhEnhance fuzzcheck so that the --sqlid and --dbid option...
2025-02-03  drhFixes and improved documentation to the new --sqlid... fuzzcheck-improvements
2025-02-03  drhEnhance fuzzcheck so that the --sqlid and --dbid option...
2025-02-03  drhFix for a potential UAF in FTS5.
2025-02-03  stephanImprove the JS-side sqlite3_set_auxdata() test to also...
2025-02-03  danFix a use-after-free case in fts5 provoked by fuzzdata8... fuzz-data
2025-02-03  drhNew test case for test/fuzzdata8.db
2025-02-03  stephanRework [76c8435a] to eliminate automatic JS-to-WASM...
2025-02-03  stephanAdd a more complete test for [76c8435a] and add some...
2025-02-03  drhFix the build process on Windows so that it generates...
2025-02-03  drhBring the autoconf-tarball Makefile.msc into alignment... windows-build-issue
2025-02-03  stephanCorrect the FuncPtrAdapter signature for the JS binding...
2025-02-03  drhAdjust the build process to avoid extra CR characters...
2025-02-03  drhThe "clean" target on Makefile.msc should not delete...
2025-02-02  drhAdd a header comment to test/speedtest1.c that outlines...
2025-02-02  drhUpdate to the "--help" output from speedtest1.
2025-02-02  stephanURL typo fix in code comments. No code changes.
2025-02-01  drhAdd a missing "db2 close" to the ext/session/session_ge...
2025-02-01  drhFix a comment typo - in a comment used to generate...
2025-02-01  drhRemove an ALWAYS() added by [2567298f4b0fdfeb] because...
2025-02-01  drhEnable SQLITE_ENABLE_NORMALIZE for several test configu...
2025-02-01  drhFix an issue with sqlite3_normalized_sql() caused by...
2025-02-01  stephanJS doc typo fixes. No functional changes.
2025-01-31  drhTweaks to [4b4f33d791fe4318] to make it easier to test.
2025-01-31  drhFix test case numbering in tests recently added to...
2025-01-31  stephanExpose the new SQLITE_DBCONFIG_ENABLE_ATTACH_CREATE...
next