From b42254da4e0179147b98cb33ccf83e5db65c27b3 Mon Sep 17 00:00:00 2001 From: Imo John Date: Fri, 23 Aug 2024 07:58:55 +0200 Subject: [PATCH] Anpassung Datentyp felderinfo.defaultwert auf text #316312 --- .../edustore/db/install/masken/70630_felderinfo.unl | 8 ++++---- .../edustore/db/install/masken/70630_maskeninfo.unl | 12 ++++++------ 2 files changed, 10 insertions(+), 10 deletions(-) diff --git a/superx/WEB-INF/conf/edustore/db/install/masken/70630_felderinfo.unl b/superx/WEB-INF/conf/edustore/db/install/masken/70630_felderinfo.unl index ef0d5eb..05d524b 100644 --- a/superx/WEB-INF/conf/edustore/db/install/masken/70630_felderinfo.unl +++ b/superx/WEB-INF/conf/edustore/db/install/masken/70630_felderinfo.unl @@ -1,5 +1,5 @@ -70634^Neue Nummer^4^0^0^100^150^1^integer^30^0^0^^^^ -70633^Neuer Name^3^0^0^100^200^1^char^50^0^0^^^^ -70632^Neue tid^1^0^0^100^100^1^integer^30^1^0^^^<> select max(tid)+10 from maskeninfo;^ -70631^in die Maske^2^0^0^100^380^1^integer^100^1^1^<> select tid,tid || '-'|| name from maskeninfo order by tid;^^^ 70630^Feld^0^0^0^100^380^1^integer^30^1^1^<> select tid, tid || ' - ' || name from felderinfo order by tid;^^^ +70631^in die Maske^2^0^0^100^380^1^integer^100^1^1^<> select tid,tid || '-'|| name from maskeninfo order by tid;^^^ +70632^Neue tid^1^0^0^100^100^1^integer^30^1^0^^^<> select max(tid)+10 from maskeninfo;^ +70633^Neuer Name^3^0^0^100^200^1^char^250^0^0^ ^ ^ ^ +70634^Neue Nummer^4^0^0^100^150^1^integer^30^0^0^^^^ diff --git a/superx/WEB-INF/conf/edustore/db/install/masken/70630_maskeninfo.unl b/superx/WEB-INF/conf/edustore/db/install/masken/70630_maskeninfo.unl index ee8d6a0..8574646 100644 --- a/superx/WEB-INF/conf/edustore/db/install/masken/70630_maskeninfo.unl +++ b/superx/WEB-INF/conf/edustore/db/install/masken/70630_maskeninfo.unl @@ -9,7 +9,7 @@ create temp table tmp_mask_feld_b \ create temp table tmp_felderinfo \ (\ tid integer not null ,\ - name varchar(50) not null ,\ + name varchar(250) not null ,\ nummer integer not null ,\ x integer,\ y integer,\ @@ -22,7 +22,7 @@ create temp table tmp_felderinfo \ art integer,\ relation text,\ attribut varchar(100),\ - defaultwert varchar(255)\ + defaultwert text\ );\ \ insert into tmp_felderinfo select * from felderinfo where tid=<>;\ @@ -46,8 +46,8 @@ drop table tmp_felderinfo;\ drop table tmp_mask_feld_b ;\ \ create temp table tmp_ergebnis \ -(sp1 varchar(150),\ -sp2 varchar(150), sp3 varchar(150)\ +(sp1 varchar(250),\ +sp2 varchar(250), sp3 varchar(250)\ ); \ \ insert into tmp_ergebnis (sp1,sp2)\ @@ -56,7 +56,7 @@ select 'Ergebnis', 'Benutzerrechte reichen nicht aus. Feld wurde nicht gelöscht insert into tmp_ergebnis (sp1,sp2,sp3)\ select 'Neues Feld:',tid || '- ' || name,'70580&id=' || tid as nexttable from felderinfo where tid=<>;\ insert into tmp_ergebnis (sp1,sp2,sp3)\ -select 'Maske:',tid || '- ' || name,'70520&id=' || tid as nexttable from maskeninfo where tid = <>;\ +select 'Maske:',tid || '- ' || name, '' as nexttable from maskeninfo where tid = <>;\ select sp1,sp2,sp3 as nexttable from tmp_ergebnis;^XIL List\ drop_and_delete movable_columns sizable_columns horizontal_scrolling\ white_space_color=COLOR_WHITE fixed_columns=2\ @@ -70,4 +70,4 @@ Column CID=1 heading_text=" Wert " center_heading\ Column CID=1 heading_text=" View " center_heading\ row_selectable col_selectable heading_platform readonly\ width=50 text_size=100\ -@@@^^^Ein vorhandenes Feld in eine andere, vorhandene Maske kopieren^drop table tmp_ergebnis;^^2^440^360^^1^^ +@@@^ ^ ^Ein vorhandenes Feld in eine andere, vorhandene Maske kopieren^drop table tmp_ergebnis;^^2^440^360^^1^^