| 2025-12-03 |
dan | Fix a problem that could occur when a scalar subquery... distinct-offset-subquery-fix |
commit | commitdiff | tree | snapshot |
| 2025-12-03 |
drh | Clarification of comment text in expr.c. No changes... |
commit | commitdiff | tree | snapshot |
| 2025-12-03 |
drh | Fix recently added test cases for Windows. |
commit | commitdiff | tree | snapshot |
| 2025-12-02 |
drh | Improvements to the ".schema indent" logic. |
commit | commitdiff | tree | snapshot |
| 2025-12-02 |
drh | New test cases for QRF |
commit | commitdiff | tree | snapshot |
| 2025-12-02 |
drh | Fix a harmless compiler warning in the previous check-in. |
commit | commitdiff | tree | snapshot |
| 2025-12-02 |
dan | Fix a problem with ALTER TABLE DROP COLUMN commands... |
commit | commitdiff | tree | snapshot |
| 2025-12-02 |
drh | Add developer note on how to measure coverage of QRF. |
commit | commitdiff | tree | snapshot |
| 2025-12-01 |
stephan | Fix a potential UAF in sqlite3.oo1.DB.exec()'s teardown... |
commit | commitdiff | tree | snapshot |
| 2025-12-01 |
drh | Disallow the undocumented -recovery-db option on the... |
commit | commitdiff | tree | snapshot |
| 2025-11-30 |
drh | Tweaks to the wcwidth() algorithm in QRF, for better... |
commit | commitdiff | tree | snapshot |
| 2025-11-30 |
drh | Improvement implementation of the previous check-in... |
commit | commitdiff | tree | snapshot |
| 2025-11-30 |
drh | Block injection of hyper-oversized SQL inputs into... |
commit | commitdiff | tree | snapshot |
| 2025-11-30 |
drh | More tweaks to the README.md file. |
commit | commitdiff | tree | snapshot |
| 2025-11-30 |
drh | Correct to the README.md file. |
commit | commitdiff | tree | snapshot |
| 2025-11-30 |
stephan | Doc typo fix. |
commit | commitdiff | tree | snapshot |
| 2025-11-30 |
stephan | Add sqlite3_db_handle() to the list of functions which... |
commit | commitdiff | tree | snapshot |
| 2025-11-29 |
drh | Additional defenses against using the ".open" command... |
commit | commitdiff | tree | snapshot |
| 2025-11-29 |
drh | Update the documentation to sqlite3_str_finish(). ... |
commit | commitdiff | tree | snapshot |
| 2025-11-29 |
drh | Handle empty string values in columnar modes without... |
commit | commitdiff | tree | snapshot |
| 2025-11-29 |
drh | Fix an assertion fault in sqlite3Dequote() that can... |
commit | commitdiff | tree | snapshot |
| 2025-11-28 |
stephan | Correct a doc falsehood - jquery.terminal does not... |
commit | commitdiff | tree | snapshot |
| 2025-11-28 |
stephan | Fiddle build: if JQTERM is set to the dir name of a... |
commit | commitdiff | tree | snapshot |
| 2025-11-28 |
stephan | Minor doc updates. |
commit | commitdiff | tree | snapshot |
| 2025-11-28 |
dan | Fix a problem in the xFilter() method of the fts5_vocab... |
commit | commitdiff | tree | snapshot |
| 2025-11-28 |
stephan | Rename c-pp::ARGV to c-pp::argv and remove its use... |
commit | commitdiff | tree | snapshot |
| 2025-11-27 |
drh | Ensure that the CLI always jumps to the code that frees... |
commit | commitdiff | tree | snapshot |
| 2025-11-27 |
drh | Fix an utterly harmless memory leak that occurs when... |
commit | commitdiff | tree | snapshot |
| 2025-11-27 |
drh | Ensure that the split-column transformer in QRF correctly |
commit | commitdiff | tree | snapshot |
| 2025-11-27 |
drh | Fix a CLI test case due to a change in error message... |
commit | commitdiff | tree | snapshot |
| 2025-11-27 |
drh | Fix two harmless compiler warnings in FTS3. |
commit | commitdiff | tree | snapshot |
| 2025-11-26 |
drh | Improvements to the QRF README.md file to help clarify... |
commit | commitdiff | tree | snapshot |
| 2025-11-26 |
drh | Do not omit the beginning and ending margins when setti... |
commit | commitdiff | tree | snapshot |
| 2025-11-26 |
drh | In QRF, if the horizontal alignment is QRF_ALIGN_Auto... |
commit | commitdiff | tree | snapshot |
| 2025-11-26 |
drh | Add the bBorder option to the QRF spec. Reflect this... |
commit | commitdiff | tree | snapshot |
| 2025-11-26 |
dan | Fix a buffer overread in fts5 that might occur while... |
commit | commitdiff | tree | snapshot |
| 2025-11-26 |
stephan | Consistently use IsSpace()/IsDigit() instead of isspace... |
commit | commitdiff | tree | snapshot |
| 2025-11-26 |
drh | Fix the sha1() extension function so that it returns... |
commit | commitdiff | tree | snapshot |
| 2025-11-26 |
drh | Tweak testrunner.tcl to allow it to use more cores. |
commit | commitdiff | tree | snapshot |
| 2025-11-25 |
drh | When "testrunner.tcl status -d N" is run but the test... |
commit | commitdiff | tree | snapshot |
| 2025-11-25 |
drh | Fix typo in the MAKE.BAT |
commit | commitdiff | tree | snapshot |
| 2025-11-25 |
drh | Add two new makefile targets, "errors" and "status... |
commit | commitdiff | tree | snapshot |
| 2025-11-25 |
stephan | Cherry-pick JS fixes/cleanups/docs from [206275292217... |
commit | commitdiff | tree | snapshot |
| 2025-11-25 |
stephan | Guard access to a piece of Emscripten-related scaffoldi... |
commit | commitdiff | tree | snapshot |
| 2025-11-25 |
drh | Fix subtle inaccuracies in qrfWrapLine(). Omit an... |
commit | commitdiff | tree | snapshot |
| 2025-11-25 |
dan | Fix a typo in fts3/4 debugging code allowing 'maxpendin... |
commit | commitdiff | tree | snapshot |
| 2025-11-25 |
drh | Work around an incorrect compiler warning on Mac. |
commit | commitdiff | tree | snapshot |
| 2025-11-25 |
drh | Fixes to .mode in the CLI. "qbox" sets the correct... |
commit | commitdiff | tree | snapshot |
| 2025-11-25 |
drh | Omit the unused bTextNull flag from the QRF spec object. |
commit | commitdiff | tree | snapshot |
| 2025-11-25 |
drh | Fix typos in the help text for ".mode" of the CLI. |
commit | commitdiff | tree | snapshot |
| 2025-11-24 |
drh | Add the --blob-quote option to the ".mode" command... |
commit | commitdiff | tree | snapshot |
| 2025-11-24 |
dan | Change some 32-bit integers in fts3_write.c to 64-bit... |
commit | commitdiff | tree | snapshot |
| 2025-11-24 |
drh | Add the QRF_BLOB_Size encoding for BLOBs in QRF. |
commit | commitdiff | tree | snapshot |
| 2025-11-24 |
dan | Avoid an assert() failure caused by processing a CREATE... |
commit | commitdiff | tree | snapshot |
| 2025-11-24 |
dan | Avoid signed integer overflow that may occur in a non... |
commit | commitdiff | tree | snapshot |
| 2025-11-24 |
drh | Show just the list of available modes and omit the... |
commit | commitdiff | tree | snapshot |
| 2025-11-24 |
drh | In the CLI on the ".mode" command, replace the recently... |
commit | commitdiff | tree | snapshot |
| 2025-11-24 |
stephan | Doc typo fix. |
commit | commitdiff | tree | snapshot |
| 2025-11-24 |
stephan | Add the fail-on-malloc()-error patch to the autosetup... |
commit | commitdiff | tree | snapshot |
| 2025-11-24 |
drh | Change our local copy of the third-party jimsh0.c progr... |
commit | commitdiff | tree | snapshot |
| 2025-11-23 |
stephan | Add the long-missing sqlite3_next_stmt() binding to... |
commit | commitdiff | tree | snapshot |
| 2025-11-23 |
drh | New test case for bSplitColumn in QRF. |
commit | commitdiff | tree | snapshot |
| 2025-11-23 |
drh | In QRF in bSplitColumn mode, increase the spacing betwe... |
commit | commitdiff | tree | snapshot |
| 2025-11-23 |
drh | Use the new "split" mode to simplify and improve the... |
commit | commitdiff | tree | snapshot |
| 2025-11-22 |
drh | Add "split" mode in the CLI. Fix CLI commands given... |
commit | commitdiff | tree | snapshot |
| 2025-11-22 |
drh | Add the --no-limits option to the .mode command in... |
commit | commitdiff | tree | snapshot |
| 2025-11-22 |
drh | In QRF, change the name of the bWrapSnglCol flag to... |
commit | commitdiff | tree | snapshot |
| 2025-11-22 |
stephan | Cherrypick [0b53be562f1e] into trunk. |
commit | commitdiff | tree | snapshot |
| 2025-11-22 |
drh | Ignore semicolons at the end of dot-commands, if the... |
commit | commitdiff | tree | snapshot |
| 2025-11-22 |
stephan | Cherrypick [e0b33b51229a] for the latest wasmutil/jaccw... |
commit | commitdiff | tree | snapshot |
| 2025-11-22 |
drh | Implementation of bWrapSnglCol in QRF. |
commit | commitdiff | tree | snapshot |
| 2025-11-21 |
drh | Add the bWrapSnglCol flag to the QRF spec, though it... |
commit | commitdiff | tree | snapshot |
| 2025-11-21 |
drh | Need a double-underscore prefix on the cplusplus macro |
commit | commitdiff | tree | snapshot |
| 2025-11-21 |
drh | Fix the qrf.h header so that it is usable from C++ |
commit | commitdiff | tree | snapshot |
| 2025-11-21 |
drh | Fix typo in the implementation of the ".schema" command... |
commit | commitdiff | tree | snapshot |
| 2025-11-21 |
stephan | Add new file missing from [3c4061428544]. |
commit | commitdiff | tree | snapshot |
| 2025-11-21 |
drh | Enhance ALTER TABLE to support adding and removing... |
commit | commitdiff | tree | snapshot |
| 2025-11-21 |
drh | Fix the QRF so that it omits the closing text from... |
commit | commitdiff | tree | snapshot |
| 2025-11-21 |
stephan | Move the JS pieces of kvvfs into their own file to... |
commit | commitdiff | tree | snapshot |
| 2025-11-20 |
drh | Test cases for the fix in the prior check-in. |
commit | commitdiff | tree | snapshot |
| 2025-11-20 |
drh | Preserve auto-explain mode across mode changes, as... |
commit | commitdiff | tree | snapshot |
| 2025-11-20 |
drh | Fix hwtime.h (broken by [305bb022368bac9f]) so that... |
commit | commitdiff | tree | snapshot |
| 2025-11-20 |
stephan | Remove an extraneous loop level from the JS bootstrappi... |
commit | commitdiff | tree | snapshot |
| 2025-11-20 |
stephan | Enable the SQLITE_EXPERIMENTAL_PRAGMA_20251114 in the... |
commit | commitdiff | tree | snapshot |
| 2025-11-20 |
drh | Use sqlite3MPrintf() instead of sqlite3_mprintf() inter... alter-table-constraints |
commit | commitdiff | tree | snapshot |
| 2025-11-20 |
drh | Additional checks for OOM conditions. |
commit | commitdiff | tree | snapshot |
| 2025-11-20 |
drh | Mark an unreachable branch with NEVER(). |
commit | commitdiff | tree | snapshot |
| 2025-11-19 |
drh | Call sqlite3OomFault() rather than setting db->mallocFa... |
commit | commitdiff | tree | snapshot |
| 2025-11-19 |
drh | Fix three harmless declaration-after-statement warnings... |
commit | commitdiff | tree | snapshot |
| 2025-11-19 |
drh | Improved comments in code. Omit unneeded wrapper funct... |
commit | commitdiff | tree | snapshot |
| 2025-11-19 |
dan | Strip unterminated "--" comments from the end of constr... |
commit | commitdiff | tree | snapshot |
| 2025-11-19 |
drh | Clarification to the header comment on dropConstraintFu... |
commit | commitdiff | tree | snapshot |
| 2025-11-19 |
drh | Trivial simplification to the ALTER TABLE ADD CONSTRAIN... |
commit | commitdiff | tree | snapshot |
| 2025-11-18 |
drh | Merge the latest trunk changes into the alter-table... |
commit | commitdiff | tree | snapshot |
| 2025-11-18 |
drh | Do not attempt to make the generated file "shell.c... |
commit | commitdiff | tree | snapshot |
| 2025-11-18 |
drh | New subcomponent, the Query Result Formatter (QRF)... |
commit | commitdiff | tree | snapshot |
| 2025-11-18 |
drh | Add support for SQLITE_LIMIT_PARSER_DEPTH to limit... |
commit | commitdiff | tree | snapshot |
| 2025-11-18 |
drh | Modify the "%realloc" and "%free" commands in Lemon... parser-stack-size |
commit | commitdiff | tree | snapshot |
| 2025-11-18 |
drh | Lower the default stack size for the parse to 50. |
commit | commitdiff | tree | snapshot |
| 2025-11-18 |
drh | Add the SQLITE_LIMIT_PARSER_DEPTH value for sqlite3_lim... |
commit | commitdiff | tree | snapshot |
| next |