Browse Source

Umbenennung akad. Jahr #323761

master
Daniel Quathamer 1 week ago
parent
commit
c84f0b235f
  1. 10
      superx/WEB-INF/conf/edustore/db/install/conf/kern.xml

10
superx/WEB-INF/conf/edustore/db/install/conf/kern.xml

@ -8782,8 +8782,8 @@ where dimension_bp_id=(select D.tid from dimension_bp D where D.apnr='bluep_absc
<column name="folgesem_sem_beginn" type ="DATE" size ="4" default ="" notnull ="false" description="Folgesemester Semesteranfang"/> <column name="folgesem_sem_beginn" type ="DATE" size ="4" default ="" notnull ="false" description="Folgesemester Semesteranfang"/>
<column name="ist_zukunft" type ="SMALLINT" size ="255" default ="0" notnull ="false" description="Ist zukünftig?" ><comment>1=Ja,2=nein</comment></column> <column name="ist_zukunft" type ="SMALLINT" size ="255" default ="0" notnull ="false" description="Ist zukünftig?" ><comment>1=Ja,2=nein</comment></column>
<column name="akad_jahr" type ="INTEGER" size ="4" default ="" notnull ="false" description="Akad. Jahr"><comment>Def. Akad. Jahr STBA: WiSe + nachfolgendes SoSe (z.B. 2006 = 20062 + 20071)</comment></column> <column name="akad_jahr" type ="INTEGER" size ="4" default ="" notnull ="false" description="Akad. Jahr"><comment>Def. Akad. Jahr STBA: WiSe + nachfolgendes SoSe (z.B. 2006 = 20062 + 20071)</comment></column>
<column name="akad_jahr_absolv" type ="INTEGER" size ="4" default ="" notnull ="false" description="Prüfungsjahr"><comment>Def. Absolv.: vorheriges WiSe + SoSe (z.B. 2006 = 20052 + 20061) https://www.destatis.de/DE/Mediathek/Digitales-Magazin/Bildung/Glossar/pruefungsjahr.html</comment></column> <column name="pruefungsjahr" type ="INTEGER" size ="4" default ="" notnull ="false" description="Prüfungsjahr"><comment>Def. Absolv.: vorheriges WiSe + SoSe (z.B. 2006 = 20052 + 20061) https://www.destatis.de/DE/Mediathek/Digitales-Magazin/Bildung/Glossar/pruefungsjahr.html</comment></column>
<column name="akad_jahr_stud" type ="INTEGER" size ="4" default ="" notnull ="false" description="Studienjahr"><comment>Def. Studienjahr: SoSe + WiSe (z.B. 2006 = 20061 + 20062)</comment></column> <column name="studienjahr" type ="INTEGER" size ="4" default ="" notnull ="false" description="Studienjahr"><comment>Def. Studienjahr: SoSe + WiSe (z.B. 2006 = 20061 + 20062)</comment></column>
</columns> </columns>
<sql dbsystem=""><![CDATA[ <sql dbsystem=""><![CDATA[
with tmp_semester as (select C.apnr as tid, with tmp_semester as (select C.apnr as tid,
@ -8810,8 +8810,8 @@ where dimension_bp_id=(select D.tid from dimension_bp D where D.apnr='bluep_absc
folgesem_sem_beginn, folgesem_sem_beginn,
(case when sem_beginn > current_date then 1 else 0 end) as ist_zukunft, (case when sem_beginn > current_date then 1 else 0 end) as ist_zukunft,
case when semestertyp='1' then (tid/10)-1 when semestertyp='2' then (tid/10) end as akad_jahr, case when semestertyp='1' then (tid/10)-1 when semestertyp='2' then (tid/10) end as akad_jahr,
case when semestertyp='1' then (tid/10) when semestertyp='2' then (tid/10)+1 end as akad_jahr_absolv, case when semestertyp='1' then (tid/10) when semestertyp='2' then (tid/10)+1 end as pruefungsjahr,
case when semestertyp='1' then (tid/10) when semestertyp='2' then (tid/10) end as akad_jahr_stud case when semestertyp='1' then (tid/10) when semestertyp='2' then (tid/10) end as studienjahr
from tmp_semester from tmp_semester
where length('' || tid)=5 and substring('' || tid from 5 for 1) in ('1','2','3','4') where length('' || tid)=5 and substring('' || tid from 5 for 1) in ('1','2','3','4')
@ -8819,7 +8819,7 @@ where dimension_bp_id=(select D.tid from dimension_bp D where D.apnr='bluep_absc
]]></sql> ]]></sql>
</view> </view>
</views> </views>
<data-integrity> <data-integrity>

Loading…
Cancel
Save