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
Darren Schroeder
9adcecbbf1
new command into sqlite
allows you to take lists and create a sqlite db ( #6266 )
2022-08-08 14:12:42 -05:00
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
Reilly Wood
1086fbe9b5
Revert query
command to query db
( #6200 )
2022-07-31 15:36:14 -04:00
JT
f2989bf704
Move input/output type from Command to Signature ( #5880 )
2022-06-26 09:23:56 +12:00
Fernando Herrera
7164929c61
Db commands without DB ( #5838 )
...
* database commands without db
* database command tests
2022-06-21 12:14:29 -05:00
Justin Ma
64efa30f3e
fix: normalize some parameter names ( #5725 )
2022-06-06 09:42:13 -05:00
Darren Schroeder
75c033e4d1
refactor for legibility ( #5503 )
...
* refactor for legibility
* clippy
2022-05-10 12:49:34 -05:00
Fernando Herrera
061e9294b3
join and from derived tables ( #5477 )
2022-05-08 11:12:03 +01:00
Fernando Herrera
1cb449b2d1
Database commands ( #5466 )
...
* change query to statement
* internal functions and over definitions
* cargo fmt
2022-05-07 13:33:33 +01:00
Fernando Herrera
1a52460695
Database commands ( #5417 )
...
* 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 ( #5343 )
...
* dabase access commands
* select expression
* select using expressions
* cargo fmt
2022-04-27 11:52:31 +01:00
Reilly Wood
cd5199de31
db info
tweaks (#5338 )
...
* 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 (#5335 )
...
* db info WIP
* working now
* clippy
2022-04-26 14:20:59 -05:00
Fernando Herrera
e94d13da1b
Database commands ( #5307 )
...
* 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