From 1b9f1bafcd4ed6dffcee318933282cf49b3b2bbc Mon Sep 17 00:00:00 2001 From: Pranav C Date: Mon, 9 Aug 2021 20:09:01 +0530 Subject: [PATCH] feat: Add MID/SUBSTR function support Signed-off-by: Pranav C --- .../components/editColumn/formulaOptions.vue | 16 +++++++++------- .../dataMapper/lib/sql/functionMappings/mssql.ts | 1 + .../dataMapper/lib/sql/functionMappings/mysql.ts | 3 ++- .../dataMapper/lib/sql/functionMappings/pg.ts | 1 + .../lib/sql/functionMappings/sqlite.ts | 3 ++- 5 files changed, 15 insertions(+), 9 deletions(-) diff --git a/packages/nc-gui/components/project/spreadsheet/components/editColumn/formulaOptions.vue b/packages/nc-gui/components/project/spreadsheet/components/editColumn/formulaOptions.vue index bc6858bae7..9bb5b2eccc 100644 --- a/packages/nc-gui/components/project/spreadsheet/components/editColumn/formulaOptions.vue +++ b/packages/nc-gui/components/project/spreadsheet/components/editColumn/formulaOptions.vue @@ -61,7 +61,7 @@