1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-25 04:11:25 +02:00

11 Commits

Author SHA1 Message Date
JT
f2989bf704
Move input/output type from Command to Signature () 2022-06-26 09:23:56 +12:00
Fernando Herrera
7164929c61
Db commands without DB ()
* database commands without db

* database command tests
2022-06-21 12:14:29 -05:00
Justin Ma
64efa30f3e
fix: normalize some parameter names () 2022-06-06 09:42:13 -05:00
Darren Schroeder
75c033e4d1
refactor for legibility ()
* refactor for legibility

* clippy
2022-05-10 12:49:34 -05:00
Fernando Herrera
061e9294b3
join and from derived tables () 2022-05-08 11:12:03 +01:00
Fernando Herrera
1cb449b2d1
Database commands ()
* change query to statement

* internal functions and over definitions

* cargo fmt
2022-05-07 13:33:33 +01:00
Fernando Herrera
1a52460695
Database commands ()
* dabase access commands

* select expression

* select using expressions

* cargo fmt

* alias for database

* database where command

* expression operations

* and and or operators

* limit and sort by commands
2022-05-03 06:38:18 +12:00
Fernando Herrera
5c9fe85ec4
Database commands ()
* dabase access commands

* select expression

* select using expressions

* cargo fmt
2022-04-27 11:52:31 +01:00
Reilly Wood
cd5199de31
db info tweaks ()
* Rename db info to db schema

* Change db schema to take db as input
2022-04-26 18:16:46 -05:00
Darren Schroeder
5319544481
db info command ()
* db info WIP

* working now

* clippy
2022-04-26 14:20:59 -05:00
Fernando Herrera
e94d13da1b
Database commands ()
* database commands

* db commands

* filesystem opens sqlite file

* clippy error

* corrected error in ci file

* removes matrix flag from ci

* flax matrix for clippy

* add conditional compile for tests

* add conditional compile for tests

* correct order of command

* correct error msg

* correct typo
2022-04-24 10:29:21 +01:00