Quantcast
Channel: SQLite
Browsing all 2701 articles
Browse latest View live
↧

Get output redirection working again in the CLI. (tags: cli-stdlib)

Get output redirection working again in the CLI. (tags: cli-stdlib)

View Article


Port sqldiff over to use sqlite3_stdio. (tags: cli-stdlib)

Port sqldiff over to use sqlite3_stdio. (tags: cli-stdlib)

View Article


Port sqlite3_analyzer.exe to use sqlite3_stdio. (tags: cli-stdlib)

Port sqlite3_analyzer.exe to use sqlite3_stdio. (tags: cli-stdlib)

View Article

Get fiddle working again on this branch. (tags: cli-stdlib)

Get fiddle working again on this branch. (tags: cli-stdlib)

View Article

Fix error messages in the shell. (tags: cli-stdlib)

Fix error messages in the shell. (tags: cli-stdlib)

View Article


Fix over-length lines in the shell source code. (tags: cli-stdlib)

Fix over-length lines in the shell source code. (tags: cli-stdlib)

View Article

Minor 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 Article

Improvements 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 Article

Use 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 Article

Fix stray fputs() calls in the CLI. (tags: cli-stdlib)

Fix stray fputs() calls in the CLI. (tags: cli-stdlib)

View Article

Prevent 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 Article


Always 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 Article

Add 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 Article


Improvements 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 Article

Redirect timer output just like any other text. (tags: cli-stdlib)

Redirect timer output just like any other text. (tags: cli-stdlib)

View Article


Have 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 Article

Add the --plain option to the ".www" dot-command. (tags: cli-stdlib)

Add the --plain option to the ".www" dot-command. (tags: cli-stdlib)

View Article

Always 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
Browsing all 2701 articles
Browse latest View live