2025-02-25 |
drh | Small performance improvement for the new %#Q conversio... unistr |
commit | commitdiff | tree |
2025-02-25 |
drh | Consolidate two different UTF8 encoders into a single... |
commit | commitdiff | tree |
2025-02-24 |
drh | Fix the new shellA.test test script so that it works... |
commit | commitdiff | tree |
2025-02-24 |
drh | Use an assert() to fix a harmless (false-positive)... |
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 |
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 |
drh | The %#Q conversion now adds unistr('...') around the... |
commit | commitdiff | tree |
2025-02-23 |
drh | Enhance the %Q, %q, and %w printf conversions so that... |
commit | commitdiff | tree |
2025-02-22 |
drh | Prototype implementation of the unistr() SQL function. |
commit | commitdiff | tree |
2025-02-22 |
drh | Tamp down various harmless compiler warnings. Use... |
commit | commitdiff | tree |
2025-02-22 |
drh | Fix an incorrect assert added by [d7729dbbf231d57c]. |
commit | commitdiff | tree |
2025-02-21 |
drh | The number of declared columns in an index is limited... |
commit | commitdiff | tree |
2025-02-21 |
stephan | Makefile-internal var renaming in prep for pending... |
commit | commitdiff | tree |
2025-02-21 |
drh | Detect when a UNIQUE or PRIMARY KEY on a WITHOUT ROWID... |
commit | commitdiff | tree |
2025-02-21 |
stephan | configure: in several places where support for -Wl... |
commit | commitdiff | tree |
2025-02-20 |
stephan | configure: automatically fail the check for rpath on... |
commit | commitdiff | tree |
2025-02-20 |
stephan | Fix autoconf bundle to honor the --disable-static and... |
commit | commitdiff | tree |
2025-02-20 |
stephan | wasm: do not build the (untested/unsupported) node... |
commit | commitdiff | tree |
2025-02-20 |
stephan | wasm makefile docs: make explicit that the node.js... |
commit | commitdiff | tree |
2025-02-20 |
stephan | Add the pause/unpause capability to the opfs-sahpool... |
commit | commitdiff | tree |
2025-02-20 |
stephan | configure: when running proj-check-function-in-lib... |
commit | commitdiff | tree |
2025-02-19 |
stephan | Increase default CLI shell .prompt buffer length to... |
commit | commitdiff | tree |
2025-02-19 |
stephan | Slight tweak to the CLI shell help output to help conve... |
commit | commitdiff | tree |
2025-02-18 |
dan | Have SQLITE_FTS5_ENABLE_TEST_MI builds avoid reading... |
commit | commitdiff | tree |
2025-02-18 |
stephan | Update path on the web server for test/snapshot instanc... |
commit | commitdiff | tree |
2025-02-17 |
drh | Add an ORDER BY to a test case for skip-scan to make... |
commit | commitdiff | tree |
2025-02-17 |
dan | Fix problems in test script fkey6.test. |
commit | commitdiff | tree |
2025-02-17 |
drh | Additional changes making it easier to prove that integ... |
commit | commitdiff | tree |
2025-02-17 |
drh | Code changes that make it easier to prove that no 32... |
commit | commitdiff | tree |
2025-02-17 |
stephan | Add two generated files to the distclean rules of the... |
commit | commitdiff | tree |
2025-02-17 |
stephan | Replace TEXE (legacy name) with T.exe (3.48+ name)... |
commit | commitdiff | tree |
2025-02-17 |
drh | Harden the SQLITE_DBCONFIG_LOOKASIDE interface against... |
commit | commitdiff | tree |
2025-02-17 |
drh | Fix a typo (a missing ")") in a comment that is used... |
commit | commitdiff | tree |
2025-02-16 |
stephan | Internal reordering/re-grouping of some configure flags... |
commit | commitdiff | tree |
2025-02-16 |
stephan | Re-add the --disable-static-shell configure feature... |
commit | commitdiff | tree |
2025-02-16 |
stephan | Update autoconf/Makefile.msc from tool/mkmsvcmin.tcl. |
commit | commitdiff | tree |
2025-02-16 |
stephan | API naming typo reported in [forum:416f2d8dec|forum... |
commit | commitdiff | tree |
2025-02-16 |
drh | Add a typecast to avoid 32-bit integer overflow in... |
commit | commitdiff | tree |
2025-02-15 |
stephan | Remove tea version check from tool/srctree-check.tcl... |
commit | commitdiff | tree |
2025-02-15 |
stephan | Automate update of the library version number in autoco... |
commit | commitdiff | tree |
2025-02-15 |
stephan | DLL installation rules no longer create versioned symli... |
commit | commitdiff | tree |
2025-02-15 |
stephan | A cleaner workaround for [6a21d6a2], provided by autose... |
commit | commitdiff | tree |
2025-02-14 |
stephan | More informative output for the pthread feature test. |
commit | commitdiff | tree |
2025-02-14 |
stephan | Make failure to find pthreads support non-fatal unless... |
commit | commitdiff | tree |
2025-02-14 |
stephan | Simplify the --help workaround introduced in [6a21d6a2ed]. |
commit | commitdiff | tree |
2025-02-14 |
stephan | Work around a autosetup --help bug which only(?) trigge... |
commit | commitdiff | tree |
2025-02-14 |
stephan | ICU config support: add more details to error messages... |
commit | commitdiff | tree |
2025-02-14 |
drh | Fix test cases added for [d7b90d92ffbfc61f] so that... |
commit | commitdiff | tree |
2025-02-13 |
stephan | When using the --out-implib build option, install the... |
commit | commitdiff | tree |
2025-02-13 |
dan | Ensure the counts of "deferred FK violations" and ... |
commit | commitdiff | tree |
2025-02-12 |
dan | Fix a few 32-bit overflow problems in showdb.c. |
commit | commitdiff | tree |
2025-02-12 |
stephan | configure --help cleanups and eliminate the use of... |
commit | commitdiff | tree |
2025-02-12 |
dan | Remove old function declaration accidentally left in... |
commit | commitdiff | tree |
2025-02-12 |
stephan | Tiny tcl comment tweaks. No functional changes. |
commit | commitdiff | tree |
2025-02-11 |
drh | Omit the src/pragma.h file. It is generated by the... |
commit | commitdiff | tree |
2025-02-11 |
drh | Omit the src/ctime.c source file, since it is automatic... |
commit | commitdiff | tree |
2025-02-11 |
stephan | Rename a configure-internal function and fix handling... |
commit | commitdiff | tree |
2025-02-11 |
stephan | Move the configure flags definition and handling into... |
commit | commitdiff | tree |
2025-02-11 |
stephan | Make the --out-implib support ([6092b0b86bf93a3d])... |
commit | commitdiff | tree |
2025-02-11 |
stephan | Adapt [https://fossil-scm.org/home/info/3bff7b92d6d... |
commit | commitdiff | tree |
2025-02-10 |
drh | Remove a pointless line of code. |
commit | commitdiff | tree |
2025-02-10 |
drh | Add the --size option to the test/speedtest.tcl script. |
commit | commitdiff | tree |
2025-02-10 |
stephan | Minor autosetup doc tweaks. |
commit | commitdiff | tree |
2025-02-10 |
drh | Make the "mix1" testset the default for speedtest1. |
commit | commitdiff | tree |
2025-02-10 |
drh | Enhance speedtest1 with a new testset that calls sqlite... |
commit | commitdiff | tree |
2025-02-10 |
stephan | Add jimsh.exe and jimsh0.exe to the clean rules in... |
commit | commitdiff | tree |
2025-02-10 |
stephan | configure: when dlopen() is not found, only fail fatall... |
commit | commitdiff | tree |
2025-02-10 |
drh | Convert some expensive NEVER() and ASSERT() macros... |
commit | commitdiff | tree |
2025-02-10 |
drh | Small performance increase in jsonTranslateBlobToText(). |
commit | commitdiff | tree |
2025-02-09 |
drh | Performance optimization to the substr() SQL function. |
commit | commitdiff | tree |
2025-02-09 |
drh | Performance and size optimization for the sqlite3Column... |
commit | commitdiff | tree |
2025-02-09 |
stephan | Update the 'clean' rules for autoconf/Makefile.in to... |
commit | commitdiff | tree |
2025-02-09 |
stephan | Apply [6092b0b8] to autoconf/Makefile.in. |
commit | commitdiff | tree |
2025-02-09 |
stephan | configure: if the linker supports --out-implib, generat... |
commit | commitdiff | tree |
2025-02-09 |
stephan | wasm: add some build-time validation to ensure that... |
commit | commitdiff | tree |
2025-02-09 |
stephan | wasm: when building in -O0 mode (typical dev mode)... |
commit | commitdiff | tree |
2025-02-09 |
stephan | JS: add a mechanism to the Worker1 exec API to fetch... |
commit | commitdiff | tree |
2025-02-09 |
stephan | configure: when transfering ENABLE/OMIT flags from... |
commit | commitdiff | tree |
2025-02-09 |
drh | Add the "star" testset to speedtest1. Include it as... |
commit | commitdiff | tree |
2025-02-08 |
drh | Put a 16-byte hash table for column names on each Table... |
commit | commitdiff | tree |
2025-02-08 |
drh | Use the sqlite3ColumnIndex() routine to look up a colum... |
commit | commitdiff | tree |
2025-02-08 |
drh | Fix GCC-isms and compiler warnings introduced by recent... |
commit | commitdiff | tree |
2025-02-08 |
drh | Improvements to the symbol table hash: faster lookups... |
commit | commitdiff | tree |
2025-02-08 |
drh | Improvements to the hash table used to store symbols... hash-improvements |
commit | commitdiff | tree |
2025-02-07 |
stephan | build: work around a report of (install -d DIR) failing... |
commit | commitdiff | tree |
2025-02-07 |
drh | Fix comments on the Parse.nMaxArgs field so that they... |
commit | commitdiff | tree |
2025-02-07 |
drh | Further reduction in the amount of memset() needed... |
commit | commitdiff | tree |
2025-02-07 |
stephan | Mac-specific build fixes discussed in [forum:9dfd5b8fd5... |
commit | commitdiff | tree |
2025-02-07 |
drh | Reduce the amount of memset() needed to initialize... |
commit | commitdiff | tree |
2025-02-07 |
stephan | configure: change extension of static libraries from... |
commit | commitdiff | tree |
2025-02-07 |
stephan | Reorder a piece of ext/wasm/GNUmakefile to correct... |
commit | commitdiff | tree |
2025-02-07 |
stephan | Fix out-of-tree builds of the autoconf bundle, as repor... |
commit | commitdiff | tree |
2025-02-07 |
stephan | Bump TEA configure.ac version number. |
commit | commitdiff | tree |
2025-02-06 |
drh | Adjust the test/speedtest.tcl script so that it uses... |
commit | commitdiff | tree |
next |