From 4f0b4b71bbb91e3b292cf34bba9aff785e152634 Mon Sep 17 00:00:00 2001 From: Patrice Bender Date: Tue, 21 Jan 2025 13:28:31 +0100 Subject: [PATCH] re-use ansi sql function overwrites also for HANAService --- hana/lib/HANAService.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hana/lib/HANAService.js b/hana/lib/HANAService.js index 63001a6a8..77c5d6b37 100644 --- a/hana/lib/HANAService.js +++ b/hana/lib/HANAService.js @@ -1141,7 +1141,7 @@ SELECT ${mixing} FROM JSON_TABLE(SRC.JSON, '$' COLUMNS(${extraction})) AS NEW LE // Loads a static result from the query `SELECT * FROM RESERVED_KEYWORDS` static ReservedWords = { ...super.ReservedWords, ...hanaKeywords } - static Functions = require('./cql-functions') + static Functions = { ...super.Functions, ...require('./cql-functions') } static TypeMap = { ...super.TypeMap,