2023-06-22 |
drh | Optimize the argument to the octet_length() function... octet_length |
commit | commitdiff | tree |
2023-06-22 |
drh | basic test cases for octet_length(). |
commit | commitdiff | tree |
2023-06-22 |
drh | Merge recent trunk enhancements into the octet_length... |
commit | commitdiff | tree |
2023-06-22 |
drh | Simplification to the getAndInitPage() routine that... |
commit | commitdiff | tree |
2023-06-21 |
drh | Improved comment on the getAndInitPage() in btree.c... |
commit | commitdiff | tree |
2023-06-21 |
drh | Add the --pcachetrace option to the CLI. |
commit | commitdiff | tree |
2023-06-20 |
drh | Omit unnecessary calls to table locking routines in... |
commit | commitdiff | tree |
2023-06-20 |
drh | Avoid unnecessary calls to sqlite3DeleteTable() with... |
commit | commitdiff | tree |
2023-06-20 |
drh | Avoid unnecessary calls to sqlite3CodeRowTrigger(). |
commit | commitdiff | tree |
2023-06-20 |
drh | Performance optimization in sqlite3VdbeAddOp4Int(). |
commit | commitdiff | tree |
2023-06-19 |
drh | Avoid unnecessary NULL pointer checks on calls to sqlit... |
commit | commitdiff | tree |
2023-06-19 |
drh | Small performance improvement and size reduction by... |
commit | commitdiff | tree |
2023-06-19 |
drh | Fix large integer constants so that they work on older... |
commit | commitdiff | tree |
2023-06-17 |
drh | Fix harmless compiler warnings that show up on 32-bit... |
commit | commitdiff | tree |
2023-06-17 |
drh | In date/time functions, fix the rendering of "subsecond... |
commit | commitdiff | tree |
2023-06-16 |
drh | Address various harmless compiler warnings from |
commit | commitdiff | tree |
2023-06-16 |
drh | Fix the pager such that if the xOpen() message sends... |
commit | commitdiff | tree |
2023-06-15 |
drh | Updates to the README.md file. |
commit | commitdiff | tree |
2023-06-15 |
drh | Fix harmless typo in a comment. |
commit | commitdiff | tree |
2023-06-14 |
drh | Work around what appears to be a GCC 32-bit optimizatio... |
commit | commitdiff | tree |
2023-06-13 |
drh | Improved sqlite3_error_offset() values for bare column... |
commit | commitdiff | tree |
2023-06-13 |
drh | Extended the time-diff format so that it can have a... |
commit | commitdiff | tree |
2023-06-12 |
drh | Initialize a local variable in FTS3 to avoid a GCC... |
commit | commitdiff | tree |
2023-06-12 |
dan | Fix a problem causing bloom filters to be used less... |
commit | commitdiff | tree |
2023-06-12 |
drh | Check-in [70e12efd1b189560] left a path through lockBtr... |
commit | commitdiff | tree |
2023-06-12 |
dan | Fix a buffer over-read that could occur as part of... |
commit | commitdiff | tree |
2023-06-11 |
drh | Make sure temporary sqlite3_value objects used by STAT4... |
commit | commitdiff | tree |
2023-06-10 |
drh | Defer setting the BTS_PAGESIZE_FIXED flag until after... |
commit | commitdiff | tree |
2023-06-10 |
drh | Fix an assert that can go bad if STAT4 content is corru... |
commit | commitdiff | tree |
2023-06-10 |
drh | Extra space to prevent a buffer overread on corrupt... |
commit | commitdiff | tree |
2023-06-10 |
drh | Enhance fuzzcheck so that it understand the sqlite3_db_... |
commit | commitdiff | tree |
2023-06-09 |
drh | Simplify a memcpy() in defragmentPage(). It now might... |
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-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-03 |
drh | Prototype implementation of the octet_length() SQL... |
commit | commitdiff | tree |
2023-06-02 |
larrybr | Clarify sqlite3_is_interrupted() return. No code change. |
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-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-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 |
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 |
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 |
drh | Improved assertions on substExpr(). |
commit | commitdiff | tree |
next |