mirror of
https://github.com/xonsh/xonsh.git
synced 2025-03-04 08:24:40 +01:00
Merge pull request #3126 from con-f-use/no_sql_out_hist
Document missing output history with sqlite
This commit is contained in:
commit
a258fdbe44
1 changed files with 3 additions and 1 deletions
|
@ -465,7 +465,9 @@ Sqlite History Backend
|
|||
Xonsh has a second built-in history backend powered by sqlite (other than
|
||||
the JSON version mentioned all above in this tutorial). It shares the same
|
||||
functionality as the JSON version in most ways, except it currently doesn't
|
||||
support ``history diff`` and ``history replay`` actions.
|
||||
support ``history diff`` and ``history replay`` actions and does not store
|
||||
the output of commands, as the json-backend does. E.g.
|
||||
`__xonsh__.history[-1].out` will always be `None`.
|
||||
|
||||
The Sqlite history backend can provide a speed advantage in loading history
|
||||
into a just-started xonsh session. The JSON history backend may need to read
|
||||
|
|
Loading…
Add table
Reference in a new issue