feat: mark str to-datetime as deprecated command (#4448)

This commit is contained in:
Justin Ma
2022-02-13 10:30:37 +08:00
committed by GitHub
parent c5e7bccee5
commit 560be6e73e
3 changed files with 39 additions and 0 deletions

View File

@ -354,6 +354,7 @@ pub fn create_default_context(cwd: impl AsRef<Path>) -> EngineState {
bind_command! {
InsertDeprecated,
PivotDeprecated,
StrDatetimeDeprecated,
StrDecimalDeprecated,
StrIntDeprecated,
NthDeprecated,