]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2025-03-05  drhImprovement output for ".schema --indent" in the CLI... wrong-branch
2025-03-05  drhUpdate Lemon so that it accepts filename arguments...
2025-03-04  drhFix pointless comparison of an unsigned integer to...
2025-03-03  drhMerge the latest trunk enhancements into the reuse...
2025-03-03  stephanInternal configure script cleanups. Resolve an as-yet...
2025-03-03  stephanMinor configure script doc tweaks. This is also a note...
2025-03-02  drhEnsure that detection of control characters by comparis...
2025-03-01  stephanUse SQLITE_EXTRA_INIT_MUTEXED instead of SQLITE_EXTRA_I...
2025-03-01  drhAdd an assert() in vdbesort.c to help both humans and...
2025-02-28  drhIn the CLI, ensure that all calls to ctype.h macros...
2025-02-28  stephanLatest upstream autosetup. Fixes two minor corner-case...
2025-02-27  stephanApproximately 100 typo corrections spanning the whole...
2025-02-27  stephanReimplement testrunner_data.tcl::trd_get_bin_name(...
2025-02-27  drhStrive to make sorts stable in the mkpragmatab.tcl...
2025-02-27  drhMerge back a sequence of three changes that were branch...
2025-02-27  drhFix build break in [e2bd23f251359e7a]. build-break
2025-02-27  danAdd support for SQLITE_EXTRA_INIT_MUTEXED - like SQLITE...
2025-02-27  stephanInternal doc typo fixes reported in [forum:01d15f21b6...
2025-02-26  stephanTeach testrunner how to run local binaries which have...
2025-02-26  stephanTest testrunner.tcl to identify an msys environment.
2025-02-26  stephanUndo part of [69e83ab859c], as that order of operations...
2025-02-26  stephanconfigure: extend the readline detection a bit so that...
2025-02-26  stephanShift some bootstrapping configure bits to avoid emitti...
2025-02-26  stephanFix a bug in mkwasmbuilds.c which caused sqlite3.wasm...
2025-02-25  drhDisable some misuse tests that sometimes cause segfault...
2025-02-25  stephanApproximately 50 typo fixes, spanning the whole tree...
2025-02-25  drhFix a test case that was broken when the default -...
2025-02-25  drhChange the default control-character escape algorithm...
2025-02-25  drhFix harmless "unused parameter" compiler warnings.
2025-02-25  drhImproved help messages for the --escape option in the...
2025-02-25  stephanConfigure script cosmetics: emit the host/build system...
2025-02-25  stephanRestructure [826bad10e9ccd6f71e] as that structure...
2025-02-25  drhEnhancements to help avoid problems in the CLI when...
2025-02-25  stephanDiverse configure tweaks to better support package...
2025-02-25  danReinstate the assert() removed by [0f6223b8]. Avoid...
2025-02-25  danFix a test script problem causing errors with Tcl 9.
2025-02-25  drhSmall performance improvement for the new %#Q conversio... unistr
2025-02-25  drhUpdate the autoconf Makefile for nmake to support SETLK...
2025-02-25  danAvoid running certain tests in walsetlk2.test if SQLITE...
2025-02-25  drhConsolidate two different UTF8 encoders into a single...
2025-02-25  danRemove an assert() added by [e88212b1] that is sometime...
2025-02-24  drhFix the new shellA.test test script so that it works...
2025-02-24  danSupport SQLITE_ENABLE_SETLK_TIMEOUT on windows.
2025-02-24  stephanSlightly simplify auto.def and autoconf/auto.def. configure-dll-support
2025-02-24  drhUse an assert() to fix a harmless (false-positive)...
2025-02-24  stephanautoconf/auto.def: remove a define which made superfluo...
2025-02-24  stephanconfigure: in autoconf build if both --disable-shared...
2025-02-24  drhOnly use unistr() in columnar formats when strictly...
2025-02-24  drhAdd the unistr_quote() function that works like quote...
2025-02-24  drhBug fix and initial test-case infrastructure for contro...
2025-02-24  drhOngoing work to get all the quoting and escaping variat...
2025-02-24  stephanConfigure doc tweaks. Move the package version/build...
2025-02-24  stephanFurther consolidation of auto.def and autoconf/auto...
2025-02-24  danMerge latest changes from trunk into this branch. win32-enable-setlk
2025-02-24  stephanMove the configure output about the SQLite version...
2025-02-24  stephanFurther consolidation of the main auto.def and the...
2025-02-24  stephanConfigure-internal doc tweaks. Fix the distclean rules...
2025-02-24  stephanAdd some internal notes about potential changes for...
2025-02-24  stephanUpdate jimsh0.c from upstream autosetup to address...
2025-02-24  drhMake column output modes in the CLI responsive to the...
2025-02-24  drhThree different --escape modes: symbol, ascii, off.
2025-02-23  drhFurther improvements to control-character escapes in...
2025-02-23  drhWork toward VT100-safe output from the CLI by default.
2025-02-23  stephanAdd (disabled) infrastructure for disabling use of...
2025-02-23  stephanInternal cleanups to how certain linker flags are tested.
2025-02-23  stephanInternal configure doc cleanups. Apply the [5ecbe7ddc4...
2025-02-23  drhThe %#Q conversion now adds unistr('...') around the...
2025-02-23  drhEnhance the %Q, %q, and %w printf conversions so that...
2025-02-22  drhPrototype implementation of the unistr() SQL function.
2025-02-22  stephanUpdate the help text to account for [35b1c32f80b9].
2025-02-22  stephanReplace --dll-basename=none with --dll-basename=default.
2025-02-22  drhTamp down various harmless compiler warnings. Use...
2025-02-22  stephanOn unix-on-windows platforms, if either of --out-implib...
2025-02-22  stephanEnsure that [08c9e56f60] uses an absolute path when...
2025-02-22  stephanRandom non-functional configure script cleanups.
2025-02-22  stephantool/mksqlite3h.tcl: when invoking the mksourceid binar...
2025-02-22  drhFix an incorrect assert added by [d7729dbbf231d57c].
2025-02-22  stephanFix installation rules for import lib in the autoconf...
2025-02-21  stephanRename configure-defined ENABLE_SHARED/STATIC makefile...
2025-02-21  stephanConfigure docs/help text tweaks. No functional changes.
2025-02-21  stephanOnly use the platform-specific --dll-basename if that...
2025-02-21  stephanFix another deps problem for msys installs.
2025-02-21  stephanEnsure that the prefix/bin dir exists on msys/cygwin...
2025-02-21  stephanAdd --dll-basename flag to give clients control over...
2025-02-21  drhThe number of declared columns in an index is limited...
2025-02-21  stephanExtend --out-implib to optionally specify the import...
2025-02-21  stephanMakefile-internal var renaming in prep for pending...
2025-02-21  drhDetect when a UNIQUE or PRIMARY KEY on a WITHOUT ROWID...
2025-02-21  stephanconfigure: in several places where support for -Wl...
2025-02-20  stephanconfigure: automatically fail the check for rpath on...
2025-02-20  stephanFix autoconf bundle to honor the --disable-static and...
2025-02-20  stephanwasm: do not build the (untested/unsupported) node...
2025-02-20  stephanwasm makefile docs: make explicit that the node.js...
2025-02-20  stephanAdd the pause/unpause capability to the opfs-sahpool...
2025-02-20  stephanconfigure: when running proj-check-function-in-lib...
2025-02-19  stephanIncrease default CLI shell .prompt buffer length to...
2025-02-19  stephanSlight tweak to the CLI shell help output to help conve...
2025-02-18  danHave SQLITE_FTS5_ENABLE_TEST_MI builds avoid reading...
2025-02-18  drhMerge the latest trunk enhancements into the reuse...
2025-02-18  stephanUpdate path on the web server for test/snapshot instanc...
next