nushell/crates/nu-command/src/database/commands
Fernando Herrera 1f4791a191
use from table to remove into-db command (#6205)
* use from table to remove into-db command

* correct tests for db expressions
2022-08-01 21:27:55 +01: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
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 Db commands without DB (#5838) 2022-06-21 12:14:29 -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