1
0
mirror of https://github.com/nushell/nushell.git synced 2025-06-30 14:40:06 +02:00
Commit Graph

6 Commits

Author SHA1 Message Date
efdfeac55e Feature cleanup ()
Following up on  with some feature cleanup:

- Move the `database` feature from `plugin` to `default`
- Rename the `database` feature to `sqlite`
- Remove `--features=extra` from a lot of scripts etc. 
- No need to specify this, the `extra` feature is now the same as the
default feature set
- Remove the now-redundant 2nd Ubuntu test run
2022-11-22 16:58:11 -08:00
1086fbe9b5 Revert query command to query db () 2022-07-31 15:36:14 -04:00
7164929c61 Db commands without DB ()
* database commands without db

* database command tests
2022-06-21 12:14:29 -05:00
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
JT
ded9d1cedb Some cleanups for clippy () 2022-04-21 12:08:12 +12:00
b501db673a SQLite overhaul: custom value, query db command ()
Clean up query errors
2022-04-20 16:58:21 +12:00