nushell/crates/nu-command/src/database
Ian Manske 4edce44689
Remove ListStream type (#14425)
# Description
List values and list streams have the same type (`list<>`). Rather,
streaming is a separate property of the pipeline/command output. This PR
removes the unnecessary `ListStream` type.

# User-Facing Changes
Should be none, except `random dice` now has a more specific output
type.
2024-11-27 09:35:55 +08:00
..
commands Remove ListStream type (#14425) 2024-11-27 09:35:55 +08:00
values don't force stripping ansi codes from strings in stor (#13464) 2024-07-30 08:52:28 -05:00
mod.rs Fix improperly escaped strings in stor insert (#12820) 2024-05-13 20:22:39 -05:00