2025-03-15 |
drh | Work around compilers that do not understand flexible... flex-array |
commit | commitdiff | tree |
2025-03-15 |
drh | Fix alignment problems on Linux with -m32 and on Mac... |
commit | commitdiff | tree |
2025-03-15 |
stephan | -fsanitize is a CFLAG, not LDFLAG, so rename some vars... |
commit | commitdiff | tree |
2025-03-15 |
stephan | For fuzzcheck-asan, dynamically determine the list... |
commit | commitdiff | tree |
2025-03-15 |
drh | Omit the -fsanitize=bounds-strict for now, as that... |
commit | commitdiff | tree |
2025-03-15 |
drh | Use flexible arrays in the recovery extension and in... |
commit | commitdiff | tree |
2025-03-15 |
drh | Use flexible arrays whereever appropriate in FTS5. |
commit | commitdiff | tree |
2025-03-15 |
drh | Convert the Fts5Sorter.aIdx field to a flexible array. |
commit | commitdiff | tree |
2025-03-14 |
drh | Turn Fts5Colset.aiCol into a flexible array. |
commit | commitdiff | tree |
2025-03-14 |
drh | In FTS3, rename the MatchinfoBuffer.aMatchinfo field... |
commit | commitdiff | tree |
2025-03-14 |
drh | Fix one of two flexible arrays in FTS3. |
commit | commitdiff | tree |
2025-03-14 |
drh | Use flexible arrays for RTREE. |
commit | commitdiff | tree |
2025-03-14 |
drh | KeyInfo is now an indeterminate size, so we cannot... |
commit | commitdiff | tree |
2025-03-14 |
drh | Make use of the flexible-array feature of C99, when... |
commit | commitdiff | tree |
2025-03-14 |
stephan | Fix an internal doc typo reported in [forum:e25e581f917... |
commit | commitdiff | tree |
2025-03-14 |
stephan | Cherrypick the [2b582c0097e33] doc addition, which... |
commit | commitdiff | tree |
2025-03-13 |
drh | Fix the generate_series extension for the case where... |
commit | commitdiff | tree |
2025-03-12 |
drh | The --echo flag on the CLI also echos dot-commands... |
commit | commitdiff | tree |
2025-03-11 |
drh | The substitute "puts" command used by the Windows imple... |
commit | commitdiff | tree |
2025-03-10 |
drh | Ensure that the TEMP database has been initialized... |
commit | commitdiff | tree |
2025-03-10 |
stephan | Add an explicit db close to test/walsetlk.test to work... |
commit | commitdiff | tree |
2025-03-10 |
drh | Disable the [d1ba200234f40b84|count-of-view optimizatio... |
commit | commitdiff | tree |
2025-03-06 |
stephan | Back out the most significant part of [5c28a17253e2f... |
commit | commitdiff | tree |
2025-03-06 |
stephan | Various typo fixes reported by Daniel Dumitriu. No... |
commit | commitdiff | tree |
2025-03-06 |
stephan | Additional 'array index is signed char' warning cleanup... |
commit | commitdiff | tree |
2025-03-06 |
stephan | Fix a tcl typo in the previous checkin which triggers... |
commit | commitdiff | tree |
2025-03-06 |
stephan | Have the configure script report cygwin as SQLITE_OS_UN... |
commit | commitdiff | tree |
2025-03-05 |
dan | Have the recover module add "PRAGMA foreign_keys =... |
commit | commitdiff | tree |
2025-03-05 |
drh | Always ignore comments in the schema of a database... |
commit | commitdiff | tree |
2025-03-05 |
dan | Update the recovery extension so that it works with... |
commit | commitdiff | tree |
2025-03-05 |
drh | Use AtomicRead() and AtomicWrite() to access the pcache... |
commit | commitdiff | tree |
2025-03-05 |
drh | Improvement output for ".schema --indent" in the CLI... |
commit | commitdiff | tree |
2025-03-04 |
stephan | Minor configure script cleanups which started out as... |
commit | commitdiff | tree |
2025-03-04 |
stephan | Roll back part of [6d87a8efe]: the check for tclsh90... |
commit | commitdiff | tree |
2025-03-04 |
stephan | tclsqlite3 patch from Christian Werner: replace FILE... |
commit | commitdiff | tree |
2025-03-04 |
stephan | Teach autosetup how to find tclsh v9.0 on cygwin. |
commit | commitdiff | tree |
2025-03-04 |
stephan | Makefile doc updates. Remove a couple extraneous target... |
commit | commitdiff | tree |
2025-03-04 |
stephan | Minor doc typo fixes via [forum:65bd941da8|forum post... |
commit | commitdiff | tree |
2025-03-04 |
stephan | Document the EXTRA_SRC makefile var and add --amalgamat... |
commit | commitdiff | tree |
2025-03-03 |
stephan | Internal configure script cleanups. Resolve an as-yet... |
commit | commitdiff | tree |
2025-03-03 |
stephan | Minor configure script doc tweaks. This is also a note... |
commit | commitdiff | tree |
2025-03-02 |
drh | Ensure that detection of control characters by comparis... |
commit | commitdiff | tree |
2025-03-01 |
stephan | Use SQLITE_EXTRA_INIT_MUTEXED instead of SQLITE_EXTRA_I... |
commit | commitdiff | tree |
2025-03-01 |
drh | Add an assert() in vdbesort.c to help both humans and... |
commit | commitdiff | tree |
2025-02-28 |
drh | In the CLI, ensure that all calls to ctype.h macros... |
commit | commitdiff | tree |
2025-02-28 |
stephan | Latest upstream autosetup. Fixes two minor corner-case... |
commit | commitdiff | tree |
2025-02-27 |
stephan | Approximately 100 typo corrections spanning the whole... |
commit | commitdiff | tree |
2025-02-27 |
stephan | Reimplement testrunner_data.tcl::trd_get_bin_name(... |
commit | commitdiff | tree |
2025-02-27 |
drh | Strive to make sorts stable in the mkpragmatab.tcl... |
commit | commitdiff | tree |
2025-02-27 |
drh | Merge back a sequence of three changes that were branch... |
commit | commitdiff | tree |
2025-02-27 |
drh | Fix build break in [e2bd23f251359e7a]. build-break |
commit | commitdiff | tree |
2025-02-27 |
dan | Add support for SQLITE_EXTRA_INIT_MUTEXED - like SQLITE... |
commit | commitdiff | tree |
2025-02-27 |
stephan | Internal doc typo fixes reported in [forum:01d15f21b6... |
commit | commitdiff | tree |
2025-02-26 |
stephan | Teach testrunner how to run local binaries which have... |
commit | commitdiff | tree |
2025-02-26 |
stephan | Test testrunner.tcl to identify an msys environment. |
commit | commitdiff | tree |
2025-02-26 |
stephan | Undo part of [69e83ab859c], as that order of operations... |
commit | commitdiff | tree |
2025-02-26 |
stephan | configure: extend the readline detection a bit so that... |
commit | commitdiff | tree |
2025-02-26 |
stephan | Shift some bootstrapping configure bits to avoid emitti... |
commit | commitdiff | tree |
2025-02-26 |
stephan | Fix a bug in mkwasmbuilds.c which caused sqlite3.wasm... |
commit | commitdiff | tree |
2025-02-25 |
drh | Disable some misuse tests that sometimes cause segfault... |
commit | commitdiff | tree |
2025-02-25 |
stephan | Approximately 50 typo fixes, spanning the whole tree... |
commit | commitdiff | tree |
2025-02-25 |
drh | Fix a test case that was broken when the default -... |
commit | commitdiff | tree |
2025-02-25 |
drh | Change the default control-character escape algorithm... |
commit | commitdiff | tree |
2025-02-25 |
drh | Fix harmless "unused parameter" compiler warnings. |
commit | commitdiff | tree |
2025-02-25 |
drh | Improved help messages for the --escape option in the... |
commit | commitdiff | tree |
2025-02-25 |
stephan | Configure script cosmetics: emit the host/build system... |
commit | commitdiff | tree |
2025-02-25 |
stephan | Restructure [826bad10e9ccd6f71e] as that structure... |
commit | commitdiff | tree |
2025-02-25 |
drh | Enhancements to help avoid problems in the CLI when... |
commit | commitdiff | tree |
2025-02-25 |
stephan | Diverse configure tweaks to better support package... |
commit | commitdiff | tree |
2025-02-25 |
dan | Reinstate the assert() removed by [0f6223b8]. Avoid... |
commit | commitdiff | tree |
2025-02-25 |
dan | Fix a test script problem causing errors with Tcl 9. |
commit | commitdiff | tree |
2025-02-25 |
drh | Small performance improvement for the new %#Q conversio... unistr |
commit | commitdiff | tree |
2025-02-25 |
drh | Update the autoconf Makefile for nmake to support SETLK... |
commit | commitdiff | tree |
2025-02-25 |
dan | Avoid running certain tests in walsetlk2.test if SQLITE... |
commit | commitdiff | tree |
2025-02-25 |
drh | Consolidate two different UTF8 encoders into a single... |
commit | commitdiff | tree |
2025-02-25 |
dan | Remove an assert() added by [e88212b1] that is sometime... |
commit | commitdiff | tree |
2025-02-24 |
drh | Fix the new shellA.test test script so that it works... |
commit | commitdiff | tree |
2025-02-24 |
dan | Support SQLITE_ENABLE_SETLK_TIMEOUT on windows. |
commit | commitdiff | tree |
2025-02-24 |
stephan | Slightly simplify auto.def and autoconf/auto.def. configure-dll-support |
commit | commitdiff | tree |
2025-02-24 |
drh | Use an assert() to fix a harmless (false-positive)... |
commit | commitdiff | tree |
2025-02-24 |
stephan | autoconf/auto.def: remove a define which made superfluo... |
commit | commitdiff | tree |
2025-02-24 |
stephan | configure: in autoconf build if both --disable-shared... |
commit | commitdiff | tree |
2025-02-24 |
drh | Only use unistr() in columnar formats when strictly... |
commit | commitdiff | tree |
2025-02-24 |
drh | Add the unistr_quote() function that works like quote... |
commit | commitdiff | tree |
2025-02-24 |
drh | Bug fix and initial test-case infrastructure for contro... |
commit | commitdiff | tree |
2025-02-24 |
drh | Ongoing work to get all the quoting and escaping variat... |
commit | commitdiff | tree |
2025-02-24 |
stephan | Configure doc tweaks. Move the package version/build... |
commit | commitdiff | tree |
2025-02-24 |
stephan | Further consolidation of auto.def and autoconf/auto... |
commit | commitdiff | tree |
2025-02-24 |
dan | Merge latest changes from trunk into this branch. win32-enable-setlk |
commit | commitdiff | tree |
2025-02-24 |
stephan | Move the configure output about the SQLite version... |
commit | commitdiff | tree |
2025-02-24 |
stephan | Further consolidation of the main auto.def and the... |
commit | commitdiff | tree |
2025-02-24 |
stephan | Configure-internal doc tweaks. Fix the distclean rules... |
commit | commitdiff | tree |
2025-02-24 |
stephan | Add some internal notes about potential changes for... |
commit | commitdiff | tree |
2025-02-24 |
stephan | Update jimsh0.c from upstream autosetup to address... |
commit | commitdiff | tree |
2025-02-24 |
drh | Make column output modes in the CLI responsive to the... |
commit | commitdiff | tree |
2025-02-24 |
drh | Three different --escape modes: symbol, ascii, off. |
commit | commitdiff | tree |
2025-02-23 |
drh | Further improvements to control-character escapes in... |
commit | commitdiff | tree |
2025-02-23 |
drh | Work toward VT100-safe output from the CLI by default. |
commit | commitdiff | tree |
2025-02-23 |
stephan | Add (disabled) infrastructure for disabling use of... |
commit | commitdiff | tree |
2025-02-23 |
stephan | Internal cleanups to how certain linker flags are tested. |
commit | commitdiff | tree |
next |