]> git.ipfire.org Git - thirdparty/sqlite.git/history - tool
The coalesce(), ifnull(), and iif() functions pass through subtype values
[thirdparty/sqlite.git] / tool /
2024-03-21  drhFix all test cases so that they work with SQLITE_ALLOW_...
2024-03-18  drhAdd the "VALUES-as-coroutine" optimization. Large...
2024-03-15  drhFix (totally harmless) memory leaks in Lemon to avoid...
2024-03-08  drhAdd new assert() statements, which if they had existed...
2024-02-27  danHave "PRAGMA quick_check" compare the number of entries...
2024-02-27  stephanExtend sqlite3.c makefile rule to support EXTRA_SRC...
2024-02-27  danAllow "_" characters to appear between any two digits...
2024-02-27  stephanBring the extra-src branch up to date with the trunk. extra-src
2024-02-04  mistachkinFix harmless compiler warnings seen with MSVC.
2024-01-27  drhPerformance enhancements to the parser template.
2024-01-27  drhAllocate new parser stack space from the heap if needed...
2024-01-27  drhOptimizations to ParseFinalize() to make up for the... growable-parser-stack
2024-01-26  drhBug fixes in the function that expands the parser stack.
2024-01-26  drhExperimental changes that prevent parser stack overflow...
2024-01-20  danMerge trunk changes into this branch.
2024-01-20  danAllow "_" characters to appear following any digit...
2024-01-03  drhEnhance sqlite3_analyzer.exe so that it uses the ext...
2024-01-03  drhUpdate the sqldiff.exe utility program so that it uses...
2023-11-15  danChanges so that if SQLITE_ENABLE_SETLK_TIMEOUT is defin...
2023-11-08  drhMerge recent trunk enhancements into the jsonb branch...
2023-11-06  danMerge trunk changes into this branch.
2023-11-03  drhUpdate the tool/srctree-check.tcl script so that it...
2023-11-03  drhMerge all the latest trunk fixes and enhancements into...
2023-11-02  stephanMerge latest JNI pieces into trunk.
2023-11-02  drhOne more tweak to tool/srctree-check.tcl so that a...
2023-11-02  drhUpdate the srctree-check.tcl script and child script...
2023-11-01  drhBring the jsonb branch up-to-date with version 3.44...
2023-10-28  stephanMerge trunk into jni-post-3.44 branch.
2023-10-26  larrybrHandle utf8 mode restore better for redirected input...
2023-10-26  drhEnhance the "tool-zip" makefile target on Windows so...
2023-10-25  danUpdates to the mktoolzip.tcl to work on win32. win32-mktoolzip
2023-10-25  drhFix minor problems with the "showwal" utility program...
2023-10-25  drhFix the amalgamation generator so that when it is repor...
2023-10-23  larrybrClear some picky warnings, sync w/trunk. expert-enhancement
2023-10-19  drhMerge recent trunk enhancements into the jsonb branch.
2023-10-15  stephanAdd coverage of more functions to SQLITE_ENABLE_API_ARM...
2023-10-14  drhBug fix in sqlite3_analyzer: for databases larger than...
2023-10-10  drhMerge the latest trunk enhancements into the jsonb...
2023-10-10  drhFix a bug in the mkautoconfamal.sh script, introduced...
2023-10-09  drhAdd a TCL script that does various verification checks...
2023-10-09  drhTurn on SEH by default when building using MSVC.
2023-10-06  danUpdate this branch with latest changes from the trunk.
2023-10-06  drhMerge compiler warning fixes from trunk into the jsonb...
2023-10-06  drhEnsure that all fields of static sqlite3_module objects...
2023-10-05  drhMerge trunk enhancements into the jsonb branch.
2023-10-04  drhThe Makefile distinguishes between tcl8.4 and tcl8...
2023-10-04  drhModify the main makefile so that it fails with an error...
2023-09-15  drhSimplifications and performance optimizations for the...
2023-09-14  danAvoid a segfault in test program showdb.c that could...
2023-09-11  drhRefuse to build amalgamation-tarball and snapshot-tarba...
2023-09-11  stephanMerge in JNI's significant divergence since it adopted...
2023-09-11  drhAdd support for the sqlite3_get_clientdata() and sqlite...
2023-09-07  drhFix a harmless compiler warning in the sqldiff.c utility.
2023-09-07  drhAdd the "tool-zip" makefile target with the intention...
2023-09-03  stephanIn mksqlite3c.tcl, pass EXTRA_SRC files through verbati...
2023-09-02  stephanAdd EXTRA_SRC build var. If set, it is treated like...
2023-08-28  danUpdates to testrunner.tcl so that it runs fuzztest...
2023-08-28  stephanUpdate tool/mkctimec.tcl to account for [fe7365254d343e].
2023-08-28  drhAdd support for the -DSQLITE_EXTRA_AUTOEXT=name compile...
2023-08-24  stephanMerge the jni-threading branch into trunk, eliminating...
2023-08-24  stephanMerge into trunk improvements made to the wasm APIs...
2023-08-22  drhFix a harmless memory leak in the sqldiff utility.
2023-08-19  stephanMerge trunk into jni-threading branch.
2023-08-15  drhImprove the portability of the src-verify.c tool on...
2023-08-11  stephanMerge trunk into jni branch.
2023-08-11  danIf SQLITE_USE_SEH is defined, handle structured-excepti...
2023-08-11  drhProvide the -DSQLITE_LEGACY_JSON_VALID compile-time...
2023-08-11  drhUp until version 3.42.0, there was a bug in json_valid...
2023-08-10  stephanMerge trunk into jni branch for the newly-relocated...
2023-08-10  stephanMove ext/wasm/version-info.c to tool/ for re-use in...
2023-08-10  danMerge latest trunk changes into this branch. wal-shm-exceptions
2023-08-10  stephanMerge trunk into jni branch.
2023-08-08  drhFix an issue in the amalgamation generator in which...
2023-08-03  drhUnix builds now assume the presence of nanosleep()...
2023-07-26  danAdd the ".scanstats vm" command to the shell tool....
2023-07-06  drhMerge all recent trunk enhancements into the wal-shm...
2023-07-03  drhEnhance the sqlite3AtoF() function so that it can opera...
2023-07-03  drhAdd the --nolongdouble option to speedtest1.c.
2023-06-22  drhMerge recent trunk enhancements into the octet_length...
2023-06-19  drhSmall performance improvement and size reduction by...
2023-06-08  drhImprovements to the src-verify.c utility program so...
2023-06-08  drhFix the amagamation generator so that it works one...
2023-06-08  drhInclude source provenance in the header comment of...
2023-06-08  drhEnhance Lemon so that it remembers which -D command...
2023-06-07  larrybrAdd spell-checking for all comments in main sources...
2023-06-07  larrybrFix straggler misspellings and tidy the custom dictiona... spell-check
2023-06-07  larrybrAdd a C-source spell-checking facility. make misspell...
2023-06-05  drhFix compiler warning in src-verify.c.
2023-06-05  drhGeneralize the src-verify.c utility program and provide...
2023-06-04  drhFix harmless compiler warnings in tool/src-verify.c
2023-06-04  drhEnhancement to tool/src-verify.c to also check the...
2023-06-04  drhAdd a prototype implementation for the "verify-source...
2023-05-27  drhFix an issue with sqldiff reported by
2023-05-16  stephanResolve the JS-side corner case reported in [forum...
2023-05-16  drhUpdate the tool/mkmsvcmin.tcl script so that it prints...
2023-05-10  drhEnhance the split-sqlite3c.tcl script so that it uses...
2023-05-05  drhUpdates to compile-time option usage and especially...
2023-05-04  larrybrAdd some tests of subsecond modifier for date/time... subsec-modifier
2023-05-03  drhEnhancement to showwal such that it shows what the...
2023-04-08  drhFaster implementation of keywordCode() - the routine...
next