]> git.ipfire.org Git - thirdparty/sqlite.git/shortlog
thirdparty/sqlite.git
2025-03-31  jan.nijtmansAdd the ?ENCODING? parameter to the "db copy" command... db-copy-encoding
2025-03-31  stephanEnsure that extension sources also inherit the debuggin...
2025-03-31  stephanCorrect the ordering of the configure script's handling...
2025-03-31  drhThe --dev option on ./configure implies --debug and...
2025-03-29  stephanMinor shell-internal doc addition. No functional changes.
2025-03-28  stephanCorrect two tests in shell1.test which were broken...
2025-03-28  stephanCLI shell: make (.output off) an alias for (.output...
2025-03-28  stephanConfigure/make doc tweaks. No functional changes.
2025-03-27  drhMerge cygwin and tclsqlite fixes into trunk.
2025-03-27  stephanAdd an explicit db close to fix a file-is-opened failur...
2025-03-27  drhRearrange #includes in FTS3 to avoid a harmless compile...
2025-03-27  jan.nijtmansFix for forum-post [/forum/forumpost/b5fde3596c|b5fde35... tclsqlite-db-copy-fix
2025-03-27  jan.nijtmansshell1.test: == => eq
2025-03-27  jan.nijtmansMore ==/!= => eq/ne fixes
2025-03-27  jan.nijtmansIn Tcl, always use eq/ne for comparing strings, not...
2025-03-27  jan.nijtmansMerge trunk. Some additional test-fixes for Cygwin
2025-03-27  drhFix an off-by-one bug in the ".dbtotxt" command from...
2025-03-26  drhReduce the delay caused by anti-virus retries in Window...
2025-03-26  drhOn winOpen(), redo the read-only test on every retry... winopen-retry
2025-03-26  drhFurther attempted improvements at fast-fail for an...
2025-03-26  drhAttempt to reduce the amount of retry time when trying...
2025-03-26  stephanMerge trunk into cygwin-fixes branch. Add .fossil-setti...
2025-03-25  stephanConfigure script internal cleanups. Factor out the...
2025-03-24  drhClarify and reduce redundancy in an assert() in walChec...
2025-03-24  danTest that the sqlite3changeset_apply() function is...
2025-03-24  danAdd test cases to session1.test.
2025-03-23  stephanCorrect a --force flag which should be -force in a...
2025-03-23  stephanRemove tool/tclConfigShToAutoDef.sh, as that functional...
2025-03-23  stephanInternal configure refactoring to support an ongoing...
2025-03-22  drhFix the generate_series() enhancement from check-in...
2025-03-22  stephanReplace use of autosetup/lib/*.auto for sqlite-custom...
2025-03-22  stephanIn the post-configure validation, ensure than no more...
2025-03-22  stephanSlight corrections to the new docs in autosetup/README.md.
2025-03-22  stephanDocument the new configuration customization approach...
2025-03-22  stephanTeach mkautoconfamal.sh to avoid copying autosetup...
2025-03-22  stephanAdd a mechanism to the configure script to allow certai...
2025-03-22  stephanConfigure script internal cleanups and re-orgs. No...
2025-03-22  stephanIn the autoconf bundle, do not strip binaries during...
2025-03-21  stephanSlightly simplify proj-current-proc-name.
2025-03-21  stephanFix a multi-arg expr call in proj-current-proc-name...
2025-03-21  drhTeach the CLI that VT100-escape codes that do things...
2025-03-21  stephanFlesh out the new proc-debug and its infrastructure...
2025-03-21  stephanProxy configure's msg-debug with proc-debug, which...
2025-03-20  stephanTeach the configure script to be able find a default...
2025-03-20  drhFix a problem in the sqlite_dbpage() table-valued funct...
2025-03-19  stephanCorrect part of [505d9e49f7] and [7126a51ed8] to get...
2025-03-19  stephanCorrect part of [04075517] which changed the implicit...
2025-03-19  stephanAdd some explicit db close calls to work around a proce...
2025-03-19  stephanTest script patches from Jan Nijtmans: always use ...
2025-03-19  stephanMerge trunk into the cygwin-fixes branch for the shell...
2025-03-19  stephanAvoid running test cases involving ANSI control charact...
2025-03-19  stephanMerge trunk into the cygwin-fixes branch.
2025-03-18  drhChange the generate_series() table-valued function...
2025-03-18  danFix a problem that could occur when the RHS of an IN...
2025-03-18  stephanInternal doc touchups in ext/wasm/mkwasmbuilds.c. No...
2025-03-18  stephanVery slight simplification of the run-fuzzcheck rules.
2025-03-18  stephanGeneral updates to autosetup/README.md.
2025-03-18  stephanUpdate the docs in tool/mkccode.tcl to reflect that...
2025-03-17  drhPrevent integer overflow when parsing NEAR queries...
2025-03-17  stephanAdd support for the --with-wasi-sdk configure flag...
2025-03-16  stephanFix a long-standing filename digest computation bug...
2025-03-16  stephanAdd --asan-fsanitize=... configure flag to the canonica...
2025-03-16  stephanConfigure-internal doc cleanups. No functional changes.
2025-03-16  stephanConsolidate some much-duplicated run-fuzzcheck recipe...
2025-03-16  drhRework the run-fuzzcheck makefile target so that it...
2025-03-15  drhEnhance the fuzzcheck testing tool with new command...
2025-03-15  drhMake use of the C99 flexible array feature, when availa...
2025-03-15  drhWork around compilers that do not understand flexible... flex-array
2025-03-15  drhFix alignment problems on Linux with -m32 and on Mac...
2025-03-15  danSpeed up parsing of very long fts3 query expressions.
2025-03-15  stephanConfigure-internal build cleanups (no functional change...
2025-03-15  stephan-fsanitize is a CFLAG, not LDFLAG, so rename some vars...
2025-03-15  stephanFor fuzzcheck-asan, dynamically determine the list...
2025-03-15  drhOmit the -fsanitize=bounds-strict for now, as that...
2025-03-15  drhUse flexible arrays in the recovery extension and in...
2025-03-15  drhUse flexible arrays whereever appropriate in FTS5.
2025-03-15  drhConvert the Fts5Sorter.aIdx field to a flexible array.
2025-03-14  drhTurn Fts5Colset.aiCol into a flexible array.
2025-03-14  drhIn FTS3, rename the MatchinfoBuffer.aMatchinfo field...
2025-03-14  drhFix one of two flexible arrays in FTS3.
2025-03-14  drhUse flexible arrays for RTREE.
2025-03-14  drhKeyInfo is now an indeterminate size, so we cannot...
2025-03-14  drhMake use of the flexible-array feature of C99, when...
2025-03-14  stephanFix an internal doc typo reported in [forum:e25e581f917...
2025-03-14  stephanMinor doc corrections for the sahpool-digest fix and... sahpool-digest
2025-03-14  stephanCherrypick the [2b582c0097e33] doc addition, which...
2025-03-13  drhFix the generate_series extension for the case where...
2025-03-12  drhThe --echo flag on the CLI also echos dot-commands...
2025-03-12  stephanDocument that sqlite_update_hook() can unset the curren...
2025-03-11  drhAvoid running test cases involving ANSI control charact... windows-ansi
2025-03-11  drhThe substitute "puts" command used by the Windows imple...
2025-03-11  stephanTeach testrunner.tcl to distinguish Cygwin from Windows...
2025-03-10  drhEnsure that the TEMP database has been initialized...
2025-03-10  stephanMerge trunk into the cygwin-fixes branch.
2025-03-10  stephanAdd an explicit db close to test/walsetlk.test to work...
2025-03-10  stephanPatch an unnecessary size_t-to-int conversion which...
2025-03-10  stephanEnsure that the 'clean' target for Makefile.msc cleans...
2025-03-10  stephanReimplement pathname conversion on Cygwin. MSC test...
2025-03-10  stephanTweak [6f24da264cf8d] so that it has no side-effects...
2025-03-10  drhDisable the [d1ba200234f40b84|count-of-view optimizatio...
next