Get output redirection working again in the CLI. (tags: cli-stdlib)
Get output redirection working again in the CLI. (tags: cli-stdlib)
View ArticlePort sqldiff over to use sqlite3_stdio. (tags: cli-stdlib)
Port sqldiff over to use sqlite3_stdio. (tags: cli-stdlib)
View ArticlePort sqlite3_analyzer.exe to use sqlite3_stdio. (tags: cli-stdlib)
Port sqlite3_analyzer.exe to use sqlite3_stdio. (tags: cli-stdlib)
View ArticleGet fiddle working again on this branch. (tags: cli-stdlib)
Get fiddle working again on this branch. (tags: cli-stdlib)
View ArticleFix error messages in the shell. (tags: cli-stdlib)
Fix error messages in the shell. (tags: cli-stdlib)
View ArticleFix over-length lines in the shell source code. (tags: cli-stdlib)
Fix over-length lines in the shell source code. (tags: cli-stdlib)
View ArticleMinor wasmfs speedtest1 build tweaks. Disable one wasmfs demo which was...
Minor wasmfs speedtest1 build tweaks. Disable one wasmfs demo which was broken by Emscripten-side changes. (tags: wasm-build-rework)
View ArticleImprovements to comments on data structures and subroutines. (tags:...
Improvements to comments on data structures and subroutines. (tags: variable-width-char)
View Article*MERGE* In the CLI, for columnar output formats, try to account for the...
*MERGE* In the CLI, for columnar output formats, try to account for the presence of zero-width and double-width characters in the output and adjust column widths accordingly. (tags: trunk)
View Article*MERGE* Merge trunk enhancements, and especially the zero- and double-width...
*MERGE* Merge trunk enhancements, and especially the zero- and double-width character processing for columnar outputs into the cli-stdlib branch. (tags: cli-stdlib)
View ArticleUse sqlite3_fgets() instead of fgetc() to end the startup debugging pause in...
Use sqlite3_fgets() instead of fgetc() to end the startup debugging pause in the CLI. (tags: cli-stdlib)
View ArticleFix stray fputs() calls in the CLI. (tags: cli-stdlib)
Fix stray fputs() calls in the CLI. (tags: cli-stdlib)
View ArticlePrevent regular DELETE and UPDATE statements from running against...
Prevent regular DELETE and UPDATE statements from running against contentless_unindexed=1 tables that are not also contentless_delete=1. (tags: fts5-contentless-unindexed)
View ArticleAlways include a UTF-8 BOM at the beginning of the output CSV when using the...
Always include a UTF-8 BOM at the beginning of the output CSV when using the ".excel" command on Windows, as the actual Excel program requires the BOM in order to work correctly. (tags: cli-stdlib)
View ArticleAdd the "www" output mode that include <table> in the HTML output. Add...
Add the "www" output mode that include <table> in the HTML output. Add the ".www" command and the "-w" option to ".once". (tags: cli-stdlib)
View ArticleImprovements to ".www" and ".output -w" so that text that is not part of...
Improvements to ".www" and ".output -w" so that text that is not part of query output is shown using <pre>. (tags: cli-stdlib)
View ArticleRedirect timer output just like any other text. (tags: cli-stdlib)
Redirect timer output just like any other text. (tags: cli-stdlib)
View ArticleHave the zipfile and fileio extensions use sqlite3_stdio.c when it is...
Have the zipfile and fileio extensions use sqlite3_stdio.c when it is available - such as when those extensions are preloaded into the CLI. (tags: cli-stdlib)
View ArticleAdd the --plain option to the ".www" dot-command. (tags: cli-stdlib)
Add the --plain option to the ".www" dot-command. (tags: cli-stdlib)
View ArticleAlways show HTML table headers in ".www" output mode. (tags: cli-stdlib)
Always show HTML table headers in ".www" output mode. (tags: cli-stdlib)
View Article