| 2022-04-09 |
larrybr | Fix TCL extension build issue. |
commit | commitdiff | tree | snapshot |
| 2022-04-09 |
larrybr | For shell extensions, generate a single-file header... |
commit | commitdiff | tree | snapshot |
| 2022-04-08 |
larrybr | Sync w/trunk, including all CLI updates |
commit | commitdiff | tree | snapshot |
| 2022-04-08 |
larrybr | For shell, silence some clang warnings, and cure one... |
commit | commitdiff | tree | snapshot |
| 2022-04-08 |
larrybr | Revamp and simplify shell help extension interface... |
commit | commitdiff | tree | snapshot |
| 2022-04-07 |
drh | Fix two unreachable branches introduced by the recent |
commit | commitdiff | tree | snapshot |
| 2022-04-07 |
drh | Enhance the EXPLAIN output formatting in the CLI so... |
commit | commitdiff | tree | snapshot |
| 2022-04-07 |
drh | The ".testctrl optimizations 0x400000" command disables... |
commit | commitdiff | tree | snapshot |
| 2022-04-07 |
drh | Fix the parsing of C-style comments in Lemon, as report... |
commit | commitdiff | tree | snapshot |
| 2022-04-07 |
drh | Optimization to sqlite3TriggersExist() saves over 700K... |
commit | commitdiff | tree | snapshot |
| 2022-04-07 |
drh | Avoid compiler warnings about the new sqlite3Show(... |
commit | commitdiff | tree | snapshot |
| 2022-04-07 |
drh | Omit an unnecessary initialization in tokenExpr(). |
commit | commitdiff | tree | snapshot |
| 2022-04-07 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree | snapshot |
| 2022-04-07 |
drh | Improved technique for parsing the ON and USING clauses... |
commit | commitdiff | tree | snapshot |
| 2022-04-06 |
drh | Faster parsing of the FROM clause in joins for the... |
commit | commitdiff | tree | snapshot |
| 2022-04-06 |
drh | Improvements to the display of AST for DML statements. |
commit | commitdiff | tree | snapshot |
| 2022-04-06 |
larrybr | Get shell.c past clang preprocessor, silently. |
commit | commitdiff | tree | snapshot |
| 2022-04-06 |
larrybr | Add sqlite3x target to other makefiles. |
commit | commitdiff | tree | snapshot |
| 2022-04-06 |
larrybr | Add sqlite3x build target. Cure CLI build warning.... |
commit | commitdiff | tree | snapshot |
| 2022-04-06 |
drh | Attempt to show triggers in the TreeView output from... |
commit | commitdiff | tree | snapshot |
| 2022-04-06 |
drh | Corrections and updates to the header comment describin... |
commit | commitdiff | tree | snapshot |
| 2022-04-06 |
drh | Add the sqlite3Show() family of debugging interfaces... |
commit | commitdiff | tree | snapshot |
| 2022-04-06 |
drh | Rename debugging defines and variables from SELECTTRACE... |
commit | commitdiff | tree | snapshot |
| 2022-04-06 |
drh | Add additional tree display routines for DELETE and... |
commit | commitdiff | tree | snapshot |
| 2022-04-06 |
drh | Add new diagnostic "sqlite3TreeView" routines for IdLis... |
commit | commitdiff | tree | snapshot |
| 2022-04-04 |
drh | Small performance and size improvement to OP_Found. |
commit | commitdiff | tree | snapshot |
| 2022-04-04 |
drh | Tag an always-taken branch using ALWAYS(). |
commit | commitdiff | tree | snapshot |
| 2022-04-04 |
drh | Optimizations to the OP_Found opcode save about 600K... |
commit | commitdiff | tree | snapshot |
| 2022-04-04 |
drh | Use unpacked keys for OP_Found in foreign key processing. |
commit | commitdiff | tree | snapshot |
| 2022-04-04 |
larrybr | For shell extension writers, reduce boilerplate (mimici... |
commit | commitdiff | tree | snapshot |
| 2022-04-04 |
drh | When constructing the JSON Path for the "fullpath"... |
commit | commitdiff | tree | snapshot |
| 2022-04-04 |
drh | Fix the JSON Path parser so that it will accept zero... |
commit | commitdiff | tree | snapshot |
| 2022-04-04 |
drh | Performance optimization and stronger assert()s in... |
commit | commitdiff | tree | snapshot |
| 2022-04-04 |
larrybr | For TCL extension: Adjust provided "gui" command, and... |
commit | commitdiff | tree | snapshot |
| 2022-04-04 |
drh | Only invoke sqlite3VdbeClearObject() from a single... |
commit | commitdiff | tree | snapshot |
| 2022-04-03 |
drh | Performance optimization in the sqlite3VdbeHalt() routine. |
commit | commitdiff | tree | snapshot |
| 2022-04-03 |
drh | Performance optimization and size reduction in the... |
commit | commitdiff | tree | snapshot |
| 2022-04-03 |
drh | Omit the Vdbe.runOnlyOnce flag (simplifying the prepare... |
commit | commitdiff | tree | snapshot |
| 2022-04-03 |
drh | Performance optimization and slight size reduction... |
commit | commitdiff | tree | snapshot |
| 2022-04-02 |
drh | Expand the getVarint32() macro in a few places, as... |
commit | commitdiff | tree | snapshot |
| 2022-04-02 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree | snapshot |
| 2022-04-02 |
drh | Ensure that a zero-blob does not cause in invocation... |
commit | commitdiff | tree | snapshot |
| 2022-04-02 |
drh | Minor loop optimization in OP_MakeRecord. |
commit | commitdiff | tree | snapshot |
| 2022-04-02 |
drh | In-line the sqlite3VdbeSerialPut() routine into the... |
commit | commitdiff | tree | snapshot |
| 2022-04-01 |
drh | The putVarint32() macro does not optimize well. So... |
commit | commitdiff | tree | snapshot |
| 2022-04-01 |
drh | Loop optimization in the OP_MakeRecord opcode. |
commit | commitdiff | tree | snapshot |
| 2022-04-01 |
drh | It is not necessary to de-ephermeralize the output... |
commit | commitdiff | tree | snapshot |
| 2022-04-01 |
drh | There is no need for sqlite3_step() to check for an... |
commit | commitdiff | tree | snapshot |
| 2022-04-01 |
drh | Omit the Vdbe.doingRerun field for a slight size reduct... |
commit | commitdiff | tree | snapshot |
| 2022-04-01 |
drh | New macro ROUND8P() which works like ROUND8() but assum... |
commit | commitdiff | tree | snapshot |
| 2022-04-01 |
drh | Provide and use a version of sqlite3VdbeFreeCursor... |
commit | commitdiff | tree | snapshot |
| 2022-04-01 |
drh | Remove an unnecessary branch from sqlite3VdbeReset(). |
commit | commitdiff | tree | snapshot |
| 2022-04-01 |
drh | Refactor the Vdbe.iVdbeMagic field into Vdbe.eVdbeState... |
commit | commitdiff | tree | snapshot |
| 2022-04-01 |
drh | Avoid a harmless uninitialized variable warning in... |
commit | commitdiff | tree | snapshot |
| 2022-04-01 |
drh | Have the sqlite3_context object carry the encoding... |
commit | commitdiff | tree | snapshot |
| 2022-03-31 |
drh | Split out the RUN state into separate READY and RUN... vdbe-state-refactor |
commit | commitdiff | tree | snapshot |
| 2022-03-31 |
drh | Rename Vdbe.iVdbeMagic to eVdbeState. Remove unnecessa... |
commit | commitdiff | tree | snapshot |
| 2022-03-31 |
drh | Fix harmless compiler warnings. |
commit | commitdiff | tree | snapshot |
| 2022-03-31 |
drh | Refinement to [3f9887d4a58cbfdb]: The SQLITE_CONSTRAIN... |
commit | commitdiff | tree | snapshot |
| 2022-03-31 |
larrybr | Make CLI build after an incomplete rename completed. |
commit | commitdiff | tree | snapshot |
| 2022-03-31 |
larrybr | For TCL extension: Add Tk and means to run it, optional... |
commit | commitdiff | tree | snapshot |
| 2022-03-30 |
drh | Faster and slightly smaller implementation of sqlite3St... |
commit | commitdiff | tree | snapshot |
| 2022-03-30 |
drh | Small size reduction and performance increase in sqlite... |
commit | commitdiff | tree | snapshot |
| 2022-03-29 |
drh | In setResultStrOrError(), if the input string pointer... |
commit | commitdiff | tree | snapshot |
| 2022-03-29 |
larrybr | For TCL extension: |
commit | commitdiff | tree | snapshot |
| 2022-03-29 |
drh | Ensure that sqlite3VdbeMemSetStr() always leaves the... |
commit | commitdiff | tree | snapshot |
| 2022-03-29 |
drh | Reverse the order of two tests to stop a harmless initi... |
commit | commitdiff | tree | snapshot |
| 2022-03-29 |
drh | Avoid unnecessary calls to balance() from sqlite3BtreeD... |
commit | commitdiff | tree | snapshot |
| 2022-03-29 |
drh | Fix the sqlite3_result_xxxxx() routines so that they... |
commit | commitdiff | tree | snapshot |
| 2022-03-28 |
larrybr | TCL extension polished and more smoothly integrated... |
commit | commitdiff | tree | snapshot |
| 2022-03-28 |
drh | Further size and performance optimizations for sqlite3V... |
commit | commitdiff | tree | snapshot |
| 2022-03-28 |
drh | Slightly smaller and faster sqlite3VdbeMemSetStr(). |
commit | commitdiff | tree | snapshot |
| 2022-03-28 |
drh | Performance increase in the loop that frees an opcode... |
commit | commitdiff | tree | snapshot |
| 2022-03-28 |
drh | Another small performance gain by using sqlite3DbFreeNN(). |
commit | commitdiff | tree | snapshot |
| 2022-03-28 |
drh | Use sqlite3DbFreeNN() instead of sqlite3DbFree() in... |
commit | commitdiff | tree | snapshot |
| 2022-03-28 |
drh | Performance optimization in the memsys5 memory allocator. |
commit | commitdiff | tree | snapshot |
| 2022-03-28 |
larrybr | In TCL shell extension, wrap shell DB for use from... |
commit | commitdiff | tree | snapshot |
| 2022-03-27 |
larrybr | TCL extension made to use shell's line inputter with... |
commit | commitdiff | tree | snapshot |
| 2022-03-27 |
larrybr | In TCL shell extension, add TCL command "udb". This... |
commit | commitdiff | tree | snapshot |
| 2022-03-25 |
larrybr | Sync w/trunk |
commit | commitdiff | tree | snapshot |
| 2022-03-25 |
larrybr | CLI preparation for shell's db to be used from TCL |
commit | commitdiff | tree | snapshot |
| 2022-03-25 |
larrybr | Get shell TCL extension more smoothly integrated. |
commit | commitdiff | tree | snapshot |
| 2022-03-25 |
drh | Fix the Bloom-filter optimization so that it does not... |
commit | commitdiff | tree | snapshot |
| 2022-03-24 |
drh | The "PRAGMA writable_schema=ON" flag should not allow... |
commit | commitdiff | tree | snapshot |
| 2022-03-24 |
larrybr | TCL shell extension delegates to dot commands |
commit | commitdiff | tree | snapshot |
| 2022-03-23 |
larrybr | Scripting support roughed in, with a demo extension... |
commit | commitdiff | tree | snapshot |
| 2022-03-23 |
drh | Use trickery to code the UTF-8 BOM for the --bom option... |
commit | commitdiff | tree | snapshot |
| 2022-03-22 |
drh | Ensure that database corruption does not cause the... |
commit | commitdiff | tree | snapshot |
| 2022-03-22 |
drh | Harden the xShmLock method of both the unix and Windows... |
commit | commitdiff | tree | snapshot |
| 2022-03-22 |
drh | Make the sqlite3_serialize() and sqlite3_deserialize... |
commit | commitdiff | tree | snapshot |
| 2022-03-22 |
larrybr | expose sqlite3_{deserialize,serialize}() in sqlite3ext.h extapi-serializing |
commit | commitdiff | tree | snapshot |
| 2022-03-22 |
larrybr | Create new branch named "extapi-serializing" |
commit | commitdiff | tree | snapshot |
| 2022-03-21 |
drh | Do not allow an #ifdef inside of an assert(), as gcc... |
commit | commitdiff | tree | snapshot |
| 2022-03-21 |
drh | Some branches are no longer reachable after the previou... |
commit | commitdiff | tree | snapshot |
| 2022-03-21 |
drh | Strengthen the defenses against corrupt databases in the |
commit | commitdiff | tree | snapshot |
| 2022-03-21 |
drh | The previous assert() fix was not correct when building... |
commit | commitdiff | tree | snapshot |
| 2022-03-21 |
drh | Fix the assert() that attempts to verify that the table... |
commit | commitdiff | tree | snapshot |
| 2022-03-21 |
drh | Fix an assert() in sqlite3TableAffinity() that might... |
commit | commitdiff | tree | snapshot |
| 2022-03-19 |
drh | In the CLI, disable the zipfile and sqlar extensions... |
commit | commitdiff | tree | snapshot |
| 2022-03-19 |
larrybr | macro-ize extension boiler-plate, improve exit processing |
commit | commitdiff | tree | snapshot |
| next |