2023-06-13 |
larrybr | Improve and add docs for extensible shell. |
commit | commitdiff | tree |
2023-06-12 |
larrybr | Finish .parameter improvements. (no set <cast_op> anymo... |
commit | commitdiff | tree |
2023-06-09 |
larrybr | More .parameter improvements, a WIP for ".parameter... |
commit | commitdiff | tree |
2023-06-09 |
larrybr | Sync w/trunk. Fix spelling nits. Add ".parameter edit... |
commit | commitdiff | tree |
2023-06-08 |
dan | Remove SQLITE_EXTENSION_INIT macros from dbdata.c. |
commit | commitdiff | tree |
2023-06-08 |
drh | Improvements to the src-verify.c utility program so... |
commit | commitdiff | tree |
2023-06-08 |
drh | Fix the amagamation generator so that it works one... |
commit | commitdiff | tree |
2023-06-08 |
drh | Include source provenance in the header comment of... |
commit | commitdiff | tree |
2023-06-08 |
drh | Enhance Lemon so that it remembers which -D command... |
commit | commitdiff | tree |
2023-06-07 |
larrybr | Add spell-checking for all comments in main sources... |
commit | commitdiff | tree |
2023-06-07 |
larrybr | Fix straggler misspellings and tidy the custom dictiona... spell-check |
commit | commitdiff | tree |
2023-06-07 |
drh | Remove additional traces of FTS1 and FTS2 that were... |
commit | commitdiff | tree |
2023-06-07 |
drh | Remove unused, legacy shell script "mkso.sh" from the... |
commit | commitdiff | tree |
2023-06-07 |
larrybr | Add a C-source spell-checking facility. make misspell... |
commit | commitdiff | tree |
2023-06-06 |
larrybr | More ExportHandler use. Sync w/trunk. Fix .archive UB. |
commit | commitdiff | tree |
2023-06-05 |
drh | Fix compiler warning in src-verify.c. |
commit | commitdiff | tree |
2023-06-05 |
drh | Update the README.md file to talk about the verify... |
commit | commitdiff | tree |
2023-06-05 |
stephan | Remove extraneous console trace output from previous... |
commit | commitdiff | tree |
2023-06-05 |
stephan | Add a JS test confirming that binding of statement... |
commit | commitdiff | tree |
2023-06-05 |
drh | Generalize the src-verify.c utility program and provide... |
commit | commitdiff | tree |
2023-06-05 |
mistachkin | Minor cosmetic normalizations for the MSVC makefile. |
commit | commitdiff | tree |
2023-06-04 |
drh | Fix harmless compiler warnings in tool/src-verify.c |
commit | commitdiff | tree |
2023-06-04 |
drh | Enhancement to tool/src-verify.c to also check the... |
commit | commitdiff | tree |
2023-06-04 |
drh | Add a prototype implementation for the "verify-source... |
commit | commitdiff | tree |
2023-06-02 |
larrybr | Clarify sqlite3_is_interrupted() return. No code change. |
commit | commitdiff | tree |
2023-06-02 |
larrybr | Get built-in ExportHandler instances to do more of... |
commit | commitdiff | tree |
2023-06-02 |
drh | Restore the LEFT JOIN strength reduction that was parti... |
commit | commitdiff | tree |
2023-06-02 |
larrybr | Do that last CLI fix more simply, using established... |
commit | commitdiff | tree |
2023-06-02 |
larrybr | Fix CLI fault on missing -nonce reported by [forum... |
commit | commitdiff | tree |
2023-06-02 |
drh | Fix the OUTER JOIN strength reduction theorem prover... |
commit | commitdiff | tree |
2023-06-01 |
drh | Generalize the LEFT JOIN strength reduction optimizatio... |
commit | commitdiff | tree |
2023-06-01 |
drh | If the filename argument to sqlite3_load_extension... |
commit | commitdiff | tree |
2023-06-01 |
drh | Add an ALWAYS() on an unreachable branch. |
commit | commitdiff | tree |
2023-06-01 |
drh | Fix the LEFT JOIN strength reduction for IN operators... |
commit | commitdiff | tree |
2023-05-31 |
drh | Add a comment to explain why both sides of an AND must... |
commit | commitdiff | tree |
2023-05-31 |
drh | Improved detection of when the LEFT JOIN strength reduc... |
commit | commitdiff | tree |
2023-05-31 |
drh | Minor enhancement to the sqlite3_trace_v2() documentati... |
commit | commitdiff | tree |
2023-05-31 |
dan | Fix a problem causing an infinite loop in the recovery... |
commit | commitdiff | tree |
2023-05-30 |
drh | Enhancements to date/time functions: |
commit | commitdiff | tree |
2023-05-30 |
drh | Simplifications to the new timediff() logic. timediff |
commit | commitdiff | tree |
2023-05-30 |
stephan | Minor tweak to the OPFS async proxy to attempt to accou... |
commit | commitdiff | tree |
2023-05-30 |
stephan | Minor internal JS doc fix. No code changes. |
commit | commitdiff | tree |
2023-05-30 |
drh | New test cases for the timediff enhancements. |
commit | commitdiff | tree |
2023-05-30 |
drh | All date/time modifiers of the form (+/-)YYYY-MM-DD... |
commit | commitdiff | tree |
2023-05-30 |
drh | Problems fixed. All tests are passing now. |
commit | commitdiff | tree |
2023-05-30 |
drh | Improvements to the timediff() function. Test cases... |
commit | commitdiff | tree |
2023-05-29 |
drh | New date/time modifier: (+|-)YYYY-MM-DD HH:MM(:SS... |
commit | commitdiff | tree |
2023-05-29 |
drh | Prototype implementation of a proposed "timediff(X... |
commit | commitdiff | tree |
2023-05-27 |
drh | Fix an issue with sqldiff reported by |
commit | commitdiff | tree |
2023-05-27 |
dan | Add extra tests for fts5, large rowids and "ORDER BY... |
commit | commitdiff | tree |
2023-05-27 |
larrybr | CLI much closer to being callable. (fewer exit() calls... |
commit | commitdiff | tree |
2023-05-25 |
stephan | Add ability for the JS Worker1.exec() API to report... |
commit | commitdiff | tree |
2023-05-23 |
stephan | Minor cleanups in demo JS code, per forum feedback. |
commit | commitdiff | tree |
2023-05-23 |
dan | Avoid performing aggregate processing more than once... |
commit | commitdiff | tree |
2023-05-23 |
drh | When converting an aggregate expression to AGG_COLUMN... |
commit | commitdiff | tree |
2023-05-23 |
dan | Fix a buffer overread in the recovery extension that... |
commit | commitdiff | tree |
2023-05-23 |
dan | Add test cases for the recovery extension. No changes... |
commit | commitdiff | tree |
2023-05-22 |
larrybr | Avoid duplicate WIN32_LEAN_AND_MEAN #define. Fix a... |
commit | commitdiff | tree |
2023-05-22 |
drh | When a floating-point RTREE is presented with large... |
commit | commitdiff | tree |
2023-05-22 |
dan | Fix a buffer overrun that could occur in fts5 when... |
commit | commitdiff | tree |
2023-05-21 |
larrybr | First serious stab at FIDDLE-build-ready. Fix a flub... |
commit | commitdiff | tree |
2023-05-21 |
larrybr | CLI code cleanup and shuffle for clarity. Moderate... |
commit | commitdiff | tree |
2023-05-19 |
stephan | Extend detection of the INSERT...RETURNING locking... |
commit | commitdiff | tree |
2023-05-19 |
stephan | Minor doc typo fix. |
commit | commitdiff | tree |
2023-05-19 |
stephan | oo1.Stmt.finalize() no longer throws, but instead retur... |
commit | commitdiff | tree |
2023-05-19 |
drh | Improved documentation for sqlite3_reset(), in response to |
commit | commitdiff | tree |
2023-05-19 |
stephan | sqlite3.oo1.Stmt.reset() now throws if sqlite3_reset... |
commit | commitdiff | tree |
2023-05-19 |
larrybr | CLI resmanage used wherever resources should not be... |
commit | commitdiff | tree |
2023-05-19 |
stephan | Add a basic INSERT RETURNING test for the oo1.DB.exec... |
commit | commitdiff | tree |
2023-05-19 |
stephan | sqlite3.oo1.Stmt.finalize() now throws if sqlite3_final... |
commit | commitdiff | tree |
2023-05-19 |
stephan | Correct typo in an 'extern' decl name, reported in... |
commit | commitdiff | tree |
2023-05-19 |
drh | Change the RTREE engine so that equality comparisons... |
commit | commitdiff | tree |
2023-05-18 |
larrybr | CLI resmanage use to 100% by commands, 84% by LOC. WIP |
commit | commitdiff | tree |
2023-05-18 |
drh | Fix incorrect b-tree root page reports from the enhance... |
commit | commitdiff | tree |
2023-05-17 |
drh | Fast-path the btree transaction start for the common... |
commit | commitdiff | tree |
2023-05-17 |
drh | Simplification, performance improvement, and size reduc... |
commit | commitdiff | tree |
2023-05-17 |
drh | New assert() statements to verify that Expr.iColumn... |
commit | commitdiff | tree |
2023-05-17 |
larrybr | More CLI resmanage use (75% LOC) |
commit | commitdiff | tree |
2023-05-17 |
drh | Improved assertions on substExpr(). |
commit | commitdiff | tree |
2023-05-17 |
dan | Avoid an assert() failure that could occur in SQLITE_EN... |
commit | commitdiff | tree |
2023-05-17 |
larrybr | Further CLI resmanage use. (69% by LOC, 53% by command... |
commit | commitdiff | tree |
2023-05-17 |
drh | Fix two assert() statements that failed to take into... |
commit | commitdiff | tree |
2023-05-16 |
larrybr | Further extend use of CLI resmanage. (40% of dot commands) |
commit | commitdiff | tree |
2023-05-16 |
larrybr | Use CLI resmanage to ensure input redirection is unwoun... |
commit | commitdiff | tree |
2023-05-16 |
drh | Increase the version number to 3.43.0 in order to begin... |
commit | commitdiff | tree |
2023-05-16 |
stephan | Resolve the JS-side corner case reported in [forum... |
commit | commitdiff | tree |
2023-05-16 |
drh | Version 3.42.0 version-3.42.0 |
commit | commitdiff | tree |
2023-05-16 |
drh | Update the tool/mkmsvcmin.tcl script so that it prints... |
commit | commitdiff | tree |
2023-05-15 |
larrybr | CLI debug build ready for testing whether OOM handling... |
commit | commitdiff | tree |
2023-05-15 |
larrybr | Fix CLI memory leak upon loading any shell extension. |
commit | commitdiff | tree |
2023-05-15 |
drh | Fix a C++-style variable declaration in the generate_se... |
commit | commitdiff | tree |
2023-05-15 |
dan | Limit the number of nested NOT nodes in an fts5 express... |
commit | commitdiff | tree |
2023-05-15 |
drh | Increase the stack size available to fuzzcheck to 8MB... |
commit | commitdiff | tree |
2023-05-15 |
dan | Limit the number of nested NOT nodes in an fts5 express... fts5-expr-limit |
commit | commitdiff | tree |
2023-05-15 |
drh | Add the --wait command-line option to fuzzcheck. |
commit | commitdiff | tree |
2023-05-15 |
larrybr | Make generate_series() correct on ones complement ALUs... |
commit | commitdiff | tree |
2023-05-15 |
drh | As evidenced by [forum:/forumpost/f3f546025a|forum... |
commit | commitdiff | tree |
2023-05-15 |
drh | Simplify the interface to constructAutomaticIndex(). |
commit | commitdiff | tree |
2023-05-13 |
dan | Fix windows-specific problems in test scripts sessionno... |
commit | commitdiff | tree |
2023-05-13 |
dan | Remove unnecessary call to sqlite3_dbdata_init() from... |
commit | commitdiff | tree |
next |