From efd85075a3dc998f1d1e0ea97bda0fa3962cc1c5 Mon Sep 17 00:00:00 2001 From: Daniel Quathamer Date: Fri, 29 Dec 2023 11:04:30 +0100 Subject: [PATCH] Bugfix function decval decimal separator , #313580 --- superx/WEB-INF/conf/edustore/db/install/conf/kern.xml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/superx/WEB-INF/conf/edustore/db/install/conf/kern.xml b/superx/WEB-INF/conf/edustore/db/install/conf/kern.xml index ce06473..008c73b 100644 --- a/superx/WEB-INF/conf/edustore/db/install/conf/kern.xml +++ b/superx/WEB-INF/conf/edustore/db/install/conf/kern.xml @@ -6956,7 +6956,7 @@ CREATE or replace FUNCTION val(smallint) RETURNS integer STABLE D.Quathamer 9.1.2004 @@ -7001,7 +7001,7 @@ end procedure; D.Quathamer 9.1.2004 @@ -7033,7 +7033,7 @@ CREATE or replace FUNCTION decval(text) RETURNS numeric(16,2) STABLE D.Quathamer 9.1.2004