mirror of
https://github.com/nushell/nushell.git
synced 2024-11-25 01:43:47 +01:00
3ae6fe2114
# Description Spaces were causing an issue with into_sqlite when they appeared in column names. This is because the column names were not properly wrapped with backticks that allow sqlite to properly interpret the column. The issue has been addressed by adding backticks to the column names of into sqlite. The output of the column names when using open is unchanged, and the column names appear without backticks as expected. fixes #12700 # User-Facing Changes N/A # Tests + Formatting Formatting has been respected. Repro steps from the issue have been done, and ran multiple times. New values get added to the correct columns as expected. |
||
---|---|---|
.. | ||
src | ||
tests | ||
Cargo.toml | ||
LICENSE |