2023-04-02 |
drh | More off-by-one errors in the new JSON parsing. json-nan-inf |
commit | commitdiff | tree |
2023-04-02 |
drh | Fix an off-by-one error in the recognition of -Infinity. |
commit | commitdiff | tree |
2023-04-01 |
drh | Allow special floating-point value names in JSON: ... |
commit | commitdiff | tree |
2023-04-01 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree |
2023-04-01 |
drh | Improved error messages from PRAGMA integrity_check... |
commit | commitdiff | tree |
2023-04-01 |
drh | In the b-tree module use %u instead of %d to print... |
commit | commitdiff | tree |
2023-03-31 |
drh | Omit the the count-of-view optimization if there is... |
commit | commitdiff | tree |
2023-03-30 |
drh | Earlier error detection for index expression usage... |
commit | commitdiff | tree |
2023-03-30 |
drh | Omit a branch that is no longer needed following [c9c4f... |
commit | commitdiff | tree |
2023-03-30 |
dan | Fix an error in new test script test/aggfault.test. |
commit | commitdiff | tree |
2023-03-30 |
dan | Fix a crash that could follow an OOM error while proces... |
commit | commitdiff | tree |
2023-03-29 |
dan | Avoid having OP_SeekScan jump over an OP_IdxGT or OP_Id... |
commit | commitdiff | tree |
2023-03-29 |
dan | Fix a problem with sqlite3_stmt_scanstatus() from withi... |
commit | commitdiff | tree |
2023-03-29 |
drh | Another #ifdef to omit code that is only used by STAT4. |
commit | commitdiff | tree |
2023-03-29 |
drh | New #ifdefs to omit code that is unused except under... |
commit | commitdiff | tree |
2023-03-29 |
drh | Enhance PRAGMA integrity_check so that it can detect... |
commit | commitdiff | tree |
2023-03-28 |
drh | Fix a weird corner case in aggregate function processin... |
commit | commitdiff | tree |
2023-03-28 |
drh | Fix multiple problems with RETURNING on a DML statement... |
commit | commitdiff | tree |
2023-03-27 |
stephan | Remove a meaningless JS test. Add a timer to the OPFS... |
commit | commitdiff | tree |
2023-03-27 |
drh | Do not allow constant factoring during PRAGMA integrity... |
commit | commitdiff | tree |
2023-03-26 |
drh | Improvements to register allocation, especially in... |
commit | commitdiff | tree |
2023-03-26 |
drh | Disable factoring of constant values during ANALYZE... |
commit | commitdiff | tree |
2023-03-25 |
drh | When the left table of a RIGHT JOIN is used inside... |
commit | commitdiff | tree |
2023-03-25 |
drh | Add usage detection to the NULL value generator for... rightjoin-agg-idxexpr |
commit | commitdiff | tree |
2023-03-25 |
drh | When reading sqlite_stat4 data during query planning... |
commit | commitdiff | tree |
2023-03-25 |
drh | When the left table of a RIGHT JOIN is used inside... |
commit | commitdiff | tree |
2023-03-25 |
drh | In the byte-code, when the result of an expression... |
commit | commitdiff | tree |
2023-03-25 |
drh | Add the tag-20230325-1 comment that was omitted from... |
commit | commitdiff | tree |
2023-03-25 |
drh | The fix at [2bf5413dc2c19d5f] was incomplete in that... |
commit | commitdiff | tree |
2023-03-25 |
drh | Even tighter bounds on the maximum length of the filena... |
commit | commitdiff | tree |
2023-03-25 |
drh | Tighter constraints on the maximum length of the filena... |
commit | commitdiff | tree |
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 |
next |