2023-03-25 |
drh | New test case to further validate the fix at [221fdcec9... |
commit | commitdiff | tree |
2023-03-25 |
larrybr | Fix CLI non-handling of OOM reported at [forum:/forumpo... |
commit | commitdiff | tree |
2023-03-24 |
drh | Remove undocumented, vestigial SQL functions in the... |
commit | commitdiff | tree |
2023-03-24 |
drh | Fix possible integer overflow in bounds checking for... |
commit | commitdiff | tree |
2023-03-24 |
drh | Fix an error in the OP_SeekScan opcode added by check... |
commit | commitdiff | tree |
2023-03-24 |
drh | Fix the handling of indexed expressions in an outer... |
commit | commitdiff | tree |
2023-03-24 |
drh | Fix a problem in cursor-hints for WITHOUT ROWID tables... |
commit | commitdiff | tree |
2023-03-24 |
stephan | Add a JS test which checks for the issue described... |
commit | commitdiff | tree |
2023-03-24 |
drh | Fix byte-code register allocation in ANALYZE for STAT4... |
commit | commitdiff | tree |
2023-03-23 |
drh | The attempt to bring STAT4 up to 100% MC/DC at [55a26c6... |
commit | commitdiff | tree |
2023-03-22 |
stephan | Internal cleanups in JS code. No functional changes. |
commit | commitdiff | tree |
2023-03-22 |
drh | The floating-point-to-text conversion with the zero... |
commit | commitdiff | tree |
2023-03-22 |
drh | For consistency, the ".mode json" output from the CLI... |
commit | commitdiff | tree |
2023-03-22 |
drh | The double-to-text conversion renders infinity as 9e999... |
commit | commitdiff | tree |
2023-03-22 |
drh | In the CLI, the magic parameter :inf and :nan bind... |
commit | commitdiff | tree |
2023-03-22 |
drh | Update the version number for the TEA tarball to 3... |
commit | commitdiff | tree |
2023-03-21 |
drh | Add ALWAYS() on a branch this is always true now due... |
commit | commitdiff | tree |
2023-03-21 |
drh | Add the fuzzcheck-asan.exe target to the MSVC makefile. |
commit | commitdiff | tree |
2023-03-21 |
drh | Add the fuzzcheck-asan target to the main posix makefile. |
commit | commitdiff | tree |
2023-03-21 |
dan | Fix a valgrind error and potential buffer overread... |
commit | commitdiff | tree |
2023-03-20 |
drh | Minor change to btreeNext() to facilitate coverage... |
commit | commitdiff | tree |
2023-03-20 |
dan | Fix a problem causing a cursor to retain an out-of... |
commit | commitdiff | tree |
2023-03-20 |
drh | Back out the extra margin added to the input buffer... |
commit | commitdiff | tree |
2023-03-20 |
drh | A better fix for the sqlite3_error_offset() problem... |
commit | commitdiff | tree |
2023-03-20 |
drh | Expression errors in generated columns should not gener... |
commit | commitdiff | tree |
2023-03-20 |
drh | When reporting errors in the CLI, ignore the output... |
commit | commitdiff | tree |
2023-03-19 |
drh | Increase the size of ref-count values in the pager... |
commit | commitdiff | tree |
2023-03-18 |
dan | Avoid a buffer overread in fts3 that could occur when... |
commit | commitdiff | tree |
2023-03-17 |
drh | Fix json rendering so that it shows positive and negati... numeric-only-json |
commit | commitdiff | tree |
2023-03-17 |
drh | Add the ability to name functions using one of the... |
commit | commitdiff | tree |
2023-03-17 |
drh | Add test cases for functions named the same as join... functions-named-left |
commit | commitdiff | tree |
2023-03-17 |
dan | Fix a potential buffer overread in the recovery extension. |
commit | commitdiff | tree |
2023-03-17 |
drh | Ensure that an error does not delete the Table object... |
commit | commitdiff | tree |
2023-03-17 |
drh | Add safety margin on the CLI input buffer for tickets |
commit | commitdiff | tree |
2023-03-17 |
drh | Fix assert() statements that would (incorrectly) fire... |
commit | commitdiff | tree |
2023-03-16 |
drh | Correctly handle SELECT DISTINCT ... ORDER BY when... |
commit | commitdiff | tree |
2023-03-16 |
drh | Additional debug/test output from the query invariant... |
commit | commitdiff | tree |
2023-03-16 |
drh | Update the tracing output for the query-invariant check... |
commit | commitdiff | tree |
2023-03-16 |
drh | Do not use the one-pass optimization on an UPDATE if... |
commit | commitdiff | tree |
2023-03-16 |
drh | Remove a NEVER() from btreeNext() that dbsqlfuzz 460aa1... |
commit | commitdiff | tree |
2023-03-15 |
drh | Disallow the one-pass optimization for DELETE if the... |
commit | commitdiff | tree |
2023-03-15 |
dan | Fix a broken assert() in the recovery extension. |
commit | commitdiff | tree |
2023-03-14 |
drh | Fix Bloom filters on an expression index. |
commit | commitdiff | tree |
2023-03-13 |
larrybr | Include CLI's tip for -- in all builds. Better show... |
commit | commitdiff | tree |
2023-03-11 |
drh | The check-in at [198b3e33dcfd74c7] caused a performance... |
commit | commitdiff | tree |
2023-03-11 |
drh | Allow functions named using keywords "CROSS", "FULL... |
commit | commitdiff | tree |
2023-03-11 |
larrybr | CLI help to reflect no-more-options option |
commit | commitdiff | tree |
2023-03-10 |
drh | Fix a typo in a comment. No code changes. |
commit | commitdiff | tree |
2023-03-10 |
larrybr | Give CLI a no-more-options option. (--) |
commit | commitdiff | tree |
2023-03-10 |
dan | Fix a problem with the fts5 snippet() function that... |
commit | commitdiff | tree |
2023-03-10 |
stephan | Export SQLITE_FCNTL_RESET_CACHE to JS. |
commit | commitdiff | tree |
2023-03-09 |
stephan | Replace a lingering use of 'self' with 'globalThis... |
commit | commitdiff | tree |
2023-03-09 |
dan | Reinstate some test cases accidentally removed by ... |
commit | commitdiff | tree |
2023-03-09 |
dan | Fix countofview.test so that it works with SQLITE_OMIT_... |
commit | commitdiff | tree |
2023-03-09 |
stephan | Experimental addition of sqlite3-node.mjs, for node... |
commit | commitdiff | tree |
2023-03-08 |
drh | Fix a possible NULL pointer dereference due to the... |
commit | commitdiff | tree |
2023-03-08 |
drh | Backout the OP_MakeRecord optimization as it does not... |
commit | commitdiff | tree |
2023-03-08 |
stephan | Export the new SQLITE_CHANGESETAPPLY_IGNORENOOP flag... |
commit | commitdiff | tree |
2023-03-08 |
dan | Add the SQLITE_CHANGESETAPPLY_IGNORENOOP flag, which... |
commit | commitdiff | tree |
2023-03-08 |
drh | Small performance improvement in the OP_MakeRecord... |
commit | commitdiff | tree |
2023-03-08 |
drh | Change to [44135d6ea84f7ba6] that retains the historica... |
commit | commitdiff | tree |
2023-03-08 |
stephan | Extend wasm build to support a custom sqlite3.c to... |
commit | commitdiff | tree |
2023-03-08 |
drh | Fix a problem in the count-of-view optimization that... |
commit | commitdiff | tree |
2023-03-07 |
drh | Fix a bug introduced 4 days ago by [e95439119ac200cb... |
commit | commitdiff | tree |
2023-03-07 |
drh | A proposed change to [44135d6ea84f7ba6] that retains the flexnum-proposed-fix |
commit | commitdiff | tree |
2023-03-07 |
stephan | Improve how sqlite3.initWorker1API() determines whether... |
commit | commitdiff | tree |
2023-03-07 |
stephan | Replace use of 'self' in JS code with 'globalThis'... |
commit | commitdiff | tree |
2023-03-07 |
stephan | In the JS sqlite3.vfs/vtab utility APIs, use a local... |
commit | commitdiff | tree |
2023-03-07 |
mistachkin | Fix a couple minor spacing issues in the MSVC makefile. |
commit | commitdiff | tree |
2023-03-06 |
drh | Repair an unintential fork. |
commit | commitdiff | tree |
2023-03-06 |
drh | Improvements to query invariant testing such that it... |
commit | commitdiff | tree |
2023-03-06 |
larrybr | Cause CLI to fail noisily when deserialize option used... |
commit | commitdiff | tree |
2023-03-06 |
drh | Add SQLITE_DBCONFIG_REVERSE_SCANORDER for direct C... |
commit | commitdiff | tree |
2023-03-05 |
stephan | Rename sqlite3-worker1-bundler-friendly.js to sqlite3... |
commit | commitdiff | tree |
2023-03-05 |
stephan | Correct rendering of error messages in demo-worker1... |
commit | commitdiff | tree |
2023-03-04 |
drh | Fix to check-in [b9190d3da70c4171] - the agg-with-index... |
commit | commitdiff | tree |
2023-03-04 |
drh | Show the output value from OP_AggFinal when doing byte... |
commit | commitdiff | tree |
2023-03-03 |
dan | Make the SQLITE_DBCONFIG_STMT_SCANSTATUS option on... |
commit | commitdiff | tree |
2023-03-03 |
drh | Fix a vdbe-coverage macro added by [f418bdd627e84e7d]. |
commit | commitdiff | tree |
2023-03-03 |
drh | Follow-up to [e95439119ac200cb] to fix a case where... |
commit | commitdiff | tree |
2023-03-03 |
drh | Enhance PRAGMA integrity_check so that it can detect... |
commit | commitdiff | tree |
2023-03-03 |
dan | When it is known when preparing a statement that X... |
commit | commitdiff | tree |
2023-03-03 |
drh | Do not use an expression index on a generated column... |
commit | commitdiff | tree |
2023-03-03 |
dan | Remove unnecessary call to sqlite3_dbdata_init() from... |
commit | commitdiff | tree |
2023-03-02 |
drh | When flattening the right operand of a LEFT JOIN |
commit | commitdiff | tree |
2023-03-02 |
stephan | Resolve a parallel build timing issue when building... |
commit | commitdiff | tree |
2023-03-02 |
stephan | Rename some vars in the ext/wasm makefiles for consiste... |
commit | commitdiff | tree |
2023-03-01 |
drh | When flattening a view that is the right operand of... |
commit | commitdiff | tree |
2023-03-01 |
drh | Follow-up to [bbaf1f2eb1e1637b]: Make sure subtypes... |
commit | commitdiff | tree |
2023-03-01 |
drh | Do not attempt to apply the count-of-view optimization... |
commit | commitdiff | tree |
2023-02-28 |
drh | Activate SQLITE_DBCONFIG_STMT_SCANSTATUS in fuzzcheck. |
commit | commitdiff | tree |
2023-02-28 |
drh | Updates to speedtest1.c and the speed-check.sh test... |
commit | commitdiff | tree |
2023-02-28 |
dan | Change the name of SQLITE_DBCONFIG_STMT_SCANSTATS to... |
commit | commitdiff | tree |
2023-02-28 |
dan | Add an sqlite3_db_config() option - SQLITE_DBCONFIG_STM... |
commit | commitdiff | tree |
2023-02-28 |
drh | Only use a Bloom filter on an automatic index if one... |
commit | commitdiff | tree |
2023-02-28 |
drh | In the Bloom filter optimization, hash all strings... |
commit | commitdiff | tree |
2023-02-28 |
drh | When an automatic index creates a Bloom filter, show... |
commit | commitdiff | tree |
2023-02-28 |
drh | Performance optimization in the varint decoder for... |
commit | commitdiff | tree |
2023-02-28 |
dan | Improve the error message generated by the recovery... |
commit | commitdiff | tree |
2023-02-27 |
drh | Minor performance optimization in the computation of... |
commit | commitdiff | tree |
next |