nushell/crates/nu-command/src/database/commands
Darren Schroeder 0b70ca8451
escape single quotes and remove ansi escape sequences (#6271)
* escape single quotes and remove ansi escape sequences prior to storing strings in db

* clippy
2022-08-09 07:58:36 -05:00
..
alias.rs use from table to remove into-db command (#6205) 2022-08-01 21:27:55 +01:00
and.rs use from table to remove into-db command (#6205) 2022-08-01 21:27:55 +01:00
collect.rs use from table to remove into-db command (#6205) 2022-08-01 21:27:55 +01:00
conversions.rs join and from derived tables (#5477) 2022-05-08 11:12:03 +01:00
describe.rs use from table to remove into-db command (#6205) 2022-08-01 21:27:55 +01:00
from.rs use from table to remove into-db command (#6205) 2022-08-01 21:27:55 +01:00
group_by.rs use from table to remove into-db command (#6205) 2022-08-01 21:27:55 +01:00
into_sqlite.rs escape single quotes and remove ansi escape sequences (#6271) 2022-08-09 07:58:36 -05:00
join.rs use from table to remove into-db command (#6205) 2022-08-01 21:27:55 +01:00
limit.rs use from table to remove into-db command (#6205) 2022-08-01 21:27:55 +01:00
mod.rs new command into sqlite allows you to take lists and create a sqlite db (#6266) 2022-08-08 14:12:42 -05:00
open.rs Move input/output type from Command to Signature (#5880) 2022-06-26 09:23:56 +12:00
or.rs use from table to remove into-db command (#6205) 2022-08-01 21:27:55 +01:00
order_by.rs use from table to remove into-db command (#6205) 2022-08-01 21:27:55 +01:00
query.rs Revert query command to query db (#6200) 2022-07-31 15:36:14 -04:00
schema.rs use from table to remove into-db command (#6205) 2022-08-01 21:27:55 +01:00
select.rs use from table to remove into-db command (#6205) 2022-08-01 21:27:55 +01:00
testing.rs Db commands without DB (#5838) 2022-06-21 12:14:29 -05:00
to_db.rs use from table to remove into-db command (#6205) 2022-08-01 21:27:55 +01:00
where_.rs use from table to remove into-db command (#6205) 2022-08-01 21:27:55 +01:00