2024-08-08 |
drh | Do not allow the WHERE_IDX_ONLY query planner result... partial-index-terms-patch |
commit | commitdiff | tree |
2024-08-08 |
dan | Ensure sqlite3expert.c unregisters any SQL user-functio... |
commit | commitdiff | tree |
2024-08-08 |
dan | Add assert() statements and reorganize code slightly... |
commit | commitdiff | tree |
2024-08-08 |
drh | Do not let the number of terms on a VALUES clause be... |
commit | commitdiff | tree |
2024-08-08 |
drh | Back out the --memory option to ".parameter init" in... |
commit | commitdiff | tree |
2024-08-08 |
drh | In the CLI, recognize magic parameter names "$int_NNN... |
commit | commitdiff | tree |
2024-08-08 |
stephan | Move a misplaced va_end, as reported in [forum:702c79e9... |
commit | commitdiff | tree |
2024-08-08 |
drh | Add the --memory option to the ".parameter init" CLI... |
commit | commitdiff | tree |
2024-08-07 |
dan | Fix a broken assert in fts5_expr.c. |
commit | commitdiff | tree |
2024-08-07 |
drh | Add a new assert() to help static analyzers understand... |
commit | commitdiff | tree |
2024-08-07 |
drh | Fix a harmless compiler warning in an assert(). |
commit | commitdiff | tree |
2024-08-06 |
drh | Remove unused test cases from FTS5, as they interfere... |
commit | commitdiff | tree |
2024-08-06 |
drh | Improved robustness of parsing of tokenize= arguments... |
commit | commitdiff | tree |
2024-08-06 |
drh | Improvements to ./configure that will hopefully break... |
commit | commitdiff | tree |
2024-08-06 |
drh | Change the AggInfoColumnReg() and AggInfoFuncReg()... |
commit | commitdiff | tree |
2024-08-04 |
drh | Restore legacy "tcl_install" makefile target, as an... |
commit | commitdiff | tree |
2024-08-03 |
drh | Fix to the previous checkin: The colUsed parameter... |
commit | commitdiff | tree |
2024-08-03 |
drh | Ensure that the sqlite3_index_info.colUsed mask always... |
commit | commitdiff | tree |
2024-08-03 |
dan | Fix a typo in [c327c0c0] preventing the shell tool... |
commit | commitdiff | tree |
2024-08-03 |
dan | Ensure the sqlite3_index_info.colUsed mask always inclu... vtab-pk-colUsed-fix |
commit | commitdiff | tree |
2024-08-03 |
drh | Add the --status option to the test runs using testrunn... |
commit | commitdiff | tree |
2024-08-02 |
drh | Make sure the input buffer is big enough for an memcpy... |
commit | commitdiff | tree |
2024-08-02 |
drh | Add the "-d SECS" option to the "status" command of... |
commit | commitdiff | tree |
2024-08-02 |
drh | New MSVC makefile targets: tclextension, tclextension... |
commit | commitdiff | tree |
2024-08-02 |
drh | Fix typo in a progress message in the builttclext.tcl... |
commit | commitdiff | tree |
2024-08-02 |
drh | Fix problems in the configure/Makefile system caused... |
commit | commitdiff | tree |
2024-08-02 |
drh | New configuration option: --with-tclsh=FILE. New... |
commit | commitdiff | tree |
2024-08-02 |
drh | Previous Makefile.in change broke the tclextension... autoconf-revamp |
commit | commitdiff | tree |
2024-08-02 |
drh | Continuing refinements of the tclextension-install... |
commit | commitdiff | tree |
2024-08-02 |
drh | Extra robustness for the SQLite Tcl Extension builder... |
commit | commitdiff | tree |
2024-08-01 |
drh | Simplification the ./configure script. Carry Makefile... |
commit | commitdiff | tree |
2024-08-01 |
drh | Add the tclextension-list makefile target. The the... |
commit | commitdiff | tree |
2024-08-01 |
drh | New makefile targets: tclextension-install and tclexten... |
commit | commitdiff | tree |
2024-08-01 |
drh | Work on a TCL script that will compile and install... |
commit | commitdiff | tree |
2024-08-01 |
drh | Clean up and restructure the TCL configuration sections... |
commit | commitdiff | tree |
2024-08-01 |
drh | Include a test case summary in the output of "errors... |
commit | commitdiff | tree |
2024-08-01 |
drh | Add the "errors" command to testrunner.tcl. |
commit | commitdiff | tree |
2024-07-31 |
drh | Fix the tclsqlite.c TCL interface module so that it... |
commit | commitdiff | tree |
2024-07-31 |
drh | testrunner.db should be in WAL mode for improved concur... tcl9 |
commit | commitdiff | tree |
2024-07-31 |
drh | Make the #include section of tclsqlite.c the same as... |
commit | commitdiff | tree |
2024-07-31 |
drh | Fix typo in testrunner.tcl for the "status" command... |
commit | commitdiff | tree |
2024-07-31 |
drh | Use `<tcl.h>` instead of `"tcl.h"` to include the TCL... |
commit | commitdiff | tree |
2024-07-31 |
drh | Fix the tclsqlite.c TCL interface module so that it... |
commit | commitdiff | tree |
2024-07-31 |
drh | More tweaks to testfixture-implemented TCL commands... |
commit | commitdiff | tree |
2024-07-31 |
drh | Under Tcl9, the %x format letter truncates to 32-bits... |
commit | commitdiff | tree |
2024-07-31 |
drh | Fixes to testfixture routines needed to test snapshots. |
commit | commitdiff | tree |
2024-07-31 |
drh | Fix a typo in testrunner_data.tcl that prevented -... |
commit | commitdiff | tree |
2024-07-31 |
drh | Remove obsolete testfixture TCL commands formerly requi... |
commit | commitdiff | tree |
2024-07-31 |
drh | Fix problems uncovered while testing Tcl9 on Windows. |
commit | commitdiff | tree |
2024-07-31 |
drh | Minor adjustments to get Tcl9-based testing working... |
commit | commitdiff | tree |
2024-07-31 |
drh | Adjust the configure script so that the --with-tcl... |
commit | commitdiff | tree |
2024-07-31 |
drh | Patch to testrunner.tcl so that it works with Tcl9... |
commit | commitdiff | tree |
2024-07-31 |
drh | Fixes to tclsqlite.c to facilitate TEA installs. |
commit | commitdiff | tree |
2024-07-31 |
drh | Fix a problem with strictly conforming UTF8 in shell1... |
commit | commitdiff | tree |
2024-07-31 |
drh | Adjust a few tests that don't work even with the new... |
commit | commitdiff | tree |
2024-07-31 |
drh | Implement a new comparison routine to compare text... |
commit | commitdiff | tree |
2024-07-30 |
drh | All tests in "make test" now pass with Tcl9, except... |
commit | commitdiff | tree |
2024-07-30 |
drh | More adjustments to the incrblob channel: Apparently... |
commit | commitdiff | tree |
2024-07-30 |
drh | Adjustments to test cases for session so that they... |
commit | commitdiff | tree |
2024-07-30 |
drh | Tcl_ChannelType implementations for Tcl9 apparently... |
commit | commitdiff | tree |
2024-07-30 |
drh | Get rid of "-encoding binary" across all test cases... |
commit | commitdiff | tree |
2024-07-30 |
drh | Use the SQLite format() function to format floating... |
commit | commitdiff | tree |
2024-07-30 |
drh | Fix the incrblob channel so that partial close works... |
commit | commitdiff | tree |
2024-07-30 |
drh | First attempt at getting the build to work with Tcl... |
commit | commitdiff | tree |
2024-07-27 |
drh | Fix documentation typo. |
commit | commitdiff | tree |
2024-07-24 |
stephan | wasm minimal build: strip authorizers and JSON support... |
commit | commitdiff | tree |
2024-07-24 |
stephan | Restructuring of the wasm build to support an experimen... |
commit | commitdiff | tree |
2024-07-24 |
drh | Add the percentile extension to the CLI by default. |
commit | commitdiff | tree |
2024-07-24 |
drh | Add the percentile_cont(Y,P) variant of percentile... |
commit | commitdiff | tree |
2024-07-24 |
stephan | JNI SQLTester: fix --new command to force-replace db... |
commit | commitdiff | tree |
2024-07-23 |
drh | Enhance the percentile() extension function to include... |
commit | commitdiff | tree |
2024-07-22 |
stephan | Doc typo fix. No code changes. |
commit | commitdiff | tree |
2024-07-22 |
stephan | Move a block of JS code which was inadvertently (and... |
commit | commitdiff | tree |
2024-07-22 |
stephan | OPFS VFSes: remove the on-open() pragma calls, as those... |
commit | commitdiff | tree |
2024-07-22 |
stephan | wasm build: resolve a circular dep and do some minor... |
commit | commitdiff | tree |
2024-07-21 |
drh | Fixes to TreeView debugging output for VALUES clauses. |
commit | commitdiff | tree |
2024-07-21 |
drh | Improved debugging output when using PRAGMA vdbe_addopt... |
commit | commitdiff | tree |
2024-07-20 |
dan | Fix an oversized allocation in sqlite3ExprCodeIN(). |
commit | commitdiff | tree |
2024-07-18 |
stephan | Minor typo fixes in test-script-interpreter.md. |
commit | commitdiff | tree |
2024-07-18 |
drh | Fix a problem in FTS5 where it reports the wrong error... |
commit | commitdiff | tree |
2024-07-17 |
dan | Fixes for platforms with 32-bit pointers that require... |
commit | commitdiff | tree |
2024-07-17 |
dan | Add extra assert() statements to the fixes on this... alignment-fixes |
commit | commitdiff | tree |
2024-07-15 |
stephan | Slight doc touchup for [af41a1e6fc8b36e9bf65] based... |
commit | commitdiff | tree |
2024-07-13 |
stephan | Improve one of the JS test cases. |
commit | commitdiff | tree |
2024-07-13 |
dan | Fixes for platforms with 32-bit pointers that require... |
commit | commitdiff | tree |
2024-07-13 |
stephan | Add JS binding for sqlite3_column_decltype(). |
commit | commitdiff | tree |
2024-07-13 |
stephan | JS doc touchups. No code changes. |
commit | commitdiff | tree |
2024-07-13 |
stephan | Add JS bindings for sqlite3_stmt_busy() and sqlite3_stm... |
commit | commitdiff | tree |
2024-07-13 |
stephan | Add missing sqlite3_bind_parameter_name() binding to JS. |
commit | commitdiff | tree |
2024-07-13 |
stephan | Add JS bindings and tests for sqlite3_interrupted(... |
commit | commitdiff | tree |
2024-07-13 |
stephan | Remove a stray/harmless duplicate wasm function export... |
commit | commitdiff | tree |
2024-07-13 |
stephan | Add several convenience links to the OPFS VFS concurren... |
commit | commitdiff | tree |
2024-07-13 |
stephan | Add an option to the opfs-sahpool VFS which tells it... |
commit | commitdiff | tree |
2024-07-13 |
stephan | Rename the new opfs-sahpool init-retry flag to the... sahpool-reinit-fallback |
commit | commitdiff | tree |
2024-07-12 |
stephan | sqldiff: fail if the 2nd db argument cannot be opened... |
commit | commitdiff | tree |
2024-07-12 |
stephan | Work around a difficult-to-trigger Atomics API message... |
commit | commitdiff | tree |
2024-07-12 |
stephan | sqldiff: if the first db argument does not exist, fail... |
commit | commitdiff | tree |
2024-07-11 |
stephan | Reformulate the forceReinitIfFailed handling based... |
commit | commitdiff | tree |
2024-07-11 |
stephan | Remove the timing and counter metrics from the OPFS... opfs-errant-op |
commit | commitdiff | tree |
2024-07-11 |
stephan | Add some docs explaining [64f4f3cd878b1a72]. |
commit | commitdiff | tree |
next |