Add insert and update back (#4864)

This commit is contained in:
JT
2022-03-18 06:55:02 +13:00
committed by GitHub
parent 6e69d40bb9
commit 0986eefb64
14 changed files with 624 additions and 56 deletions

View File

@ -76,6 +76,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
Group,
GroupBy,
Headers,
Insert,
SplitBy,
Keep,
Merge,
@ -107,6 +108,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
Transpose,
Uniq,
Upsert,
Update,
UpdateCells,
Where,
Window,
@ -356,7 +358,6 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
// Deprecated
bind_command! {
InsertDeprecated,
PivotDeprecated,
StrDatetimeDeprecated,
StrDecimalDeprecated,