mirror of
https://github.com/simonw/sqlite-utils.git
synced 2026-09-18 22:44:10 +02:00
sqlite-utils query/rows/search/tables/views/triggers/indexes/memory now output JSON with ensure_ascii=False, so unicode text like 日本語 is emitted directly instead of as \uXXXX escape sequences. This matches how values were already stored on insert (jsonify_if_needed) and how CSV/TSV output already behaved. A new --ascii flag on all of those commands restores the previous escaped output, for systems that cannot handle UTF-8. Also applies ensure_ascii=False to the convert --multi --dry-run preview (matching what would actually be stored) and to plugins listing output. Co-Authored-By: Claude Fable 5 <noreply@anthropic.com> Claude-Session: https://claude.ai/code/session_01JaHan1NhaTRAxJ9LQtSLf9 |
||
|---|---|---|
| .. | ||
| _static/js | ||
| _templates | ||
| .gitignore | ||
| changelog.rst | ||
| cli-reference.rst | ||
| cli.rst | ||
| codespell-ignore-words.txt | ||
| conf.py | ||
| contributing.rst | ||
| index.rst | ||
| installation.rst | ||
| Makefile | ||
| migrations.rst | ||
| plugins.rst | ||
| python-api.rst | ||
| reference.rst | ||
| tutorial.ipynb | ||
| upgrading.rst | ||