nushell/crates/nu-command/src/database
Maxime Jacob cd381b74e0
Fix improperly escaped strings in stor insert (#12820)
- fixes #12764 

Replaced the custom logic with values_to_sql method that is already used
in crate::database.
This will ensure that handling of parameters is the same between sqlite
and stor.
2024-05-13 20:22:39 -05:00
..
commands ListStream touchup (#12524) 2024-05-05 16:00:59 +00:00
values Fix improperly escaped strings in stor insert (#12820) 2024-05-13 20:22:39 -05:00
mod.rs Fix improperly escaped strings in stor insert (#12820) 2024-05-13 20:22:39 -05:00