1
0
mirror of https://github.com/nushell/nushell.git synced 2025-05-17 08:20:49 +02:00
nushell/crates/nu-command
Stefan Holderbach f5bff8c9c8
Fix select cell path renaming behavior ()
# Description

Fixes 

In an attempt to generate names for flat columns resulting from a nested
accesses  generated new column names on nested selection, out of
convenience, that composed the cell path as a string (including `.`) and
then simply replaced all `.` with `_`. As we permit `.` in column names
as long as you quote this surprisingly alters `select`ed columns.


# User-Facing Changes
New columns generated by selection with nested cell paths will for now
be named with a string containing the keys separated by `.` instead of
`_`. We may want to reconsider the semantics for nested access.

# Tests + Formatting
- Alter test to breaking change on nested `select`
2024-07-13 16:54:34 +02:00
..
src Fix select cell path renaming behavior () 2024-07-13 16:54:34 +02:00
tests Fix select cell path renaming behavior () 2024-07-13 16:54:34 +02:00
Cargo.toml add str deunicode command () 2024-06-29 16:12:34 -05:00
LICENSE Fix rest of license year ranges () 2023-04-04 09:03:29 +12:00