From c1a15baaf6c91c499f2618998ce891fb967a20f7 Mon Sep 17 00:00:00 2001 From: Daniel Quathamer Date: Sat, 15 Mar 2025 10:55:48 +0100 Subject: [PATCH] Bugfix Install #1 --- .../schluesseltabellen/sx_stylesheets_einfuegen.sql | 9 ++++----- .../module/xcube/schluesseltabellen/xcube_install.sql | 2 +- 2 files changed, 5 insertions(+), 6 deletions(-) diff --git a/src-modules/module/xcube/schluesseltabellen/sx_stylesheets_einfuegen.sql b/src-modules/module/xcube/schluesseltabellen/sx_stylesheets_einfuegen.sql index 390d8d5..bec90ad 100644 --- a/src-modules/module/xcube/schluesseltabellen/sx_stylesheets_einfuegen.sql +++ b/src-modules/module/xcube/schluesseltabellen/sx_stylesheets_einfuegen.sql @@ -11,7 +11,6 @@ delete from sx_mask_style where maskeninfo_id=21000 and stylesheet_id in (select -- Mask Style füllen --#################################################################################################### create temp table tmp_mask_style ( -tid serial not null, maskeninfo_id INTEGER , stylesheet_id INTEGER , ord SMALLINT, @@ -22,15 +21,15 @@ delete from tmp_hilf; insert into tmp_hilf select max(tid) from sx_mask_style; update tmp_hilf set tid=1 where tid is null; -insert into tmp_mask_style (tid,maskeninfo_id,ord,filename) -select max(tid)+1,21000,10,'tabelle_html_viz.xsl' from tmp_hilf +insert into tmp_mask_style (maskeninfo_id,ord,filename) +select 21000,10,'tabelle_html_viz.xsl' from tmp_hilf where 0< (select count(*) from sx_stylesheets where filename='tabelle_html_viz.xsl'); update tmp_mask_style set stylesheet_id=(select max(tid) from sx_stylesheets where filename='tabelle_html_viz.xsl') where filename='tabelle_html_viz.xsl'; -insert into sx_mask_style ( tid, maskeninfo_id, stylesheet_id, ord) -SELECT tid, maskeninfo_id, stylesheet_id, ord +insert into sx_mask_style ( maskeninfo_id, stylesheet_id, ord) +SELECT maskeninfo_id, stylesheet_id, ord FROM tmp_mask_style; drop table tmp_mask_style; diff --git a/src-modules/module/xcube/schluesseltabellen/xcube_install.sql b/src-modules/module/xcube/schluesseltabellen/xcube_install.sql index 7786775..f3cccd9 100644 --- a/src-modules/module/xcube/schluesseltabellen/xcube_install.sql +++ b/src-modules/module/xcube/schluesseltabellen/xcube_install.sql @@ -336,7 +336,7 @@ "foreignkey_col":"apnr", "foreignkey_cap":"name", "foreignkey_cond":"id='fssemzahl'", - "attrib_nachbearbeitung": "update <> set <>=<>::numeric(10,2)::integer::char where <>::numeric(10,2) < 11.00;update <> set <>='99' where <>::numeric(10,2) >= 11.00", + "attrib_nachbearbeitung": "update <> set <>=decval(<>)::integer where <>::numeric(10,2) < 11.00;update <> set <>='99' where <>::numeric(10,2) >= 11.00", "sortfield":"sort1"}, {"maskeninfo_id":21100, "name":"pstatus",