<?xml version="1.0"?>
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="de">
	<id>https://superxhosting.de/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Durst</id>
	<title>SuperX - Benutzerbeiträge [de]</title>
	<link rel="self" type="application/atom+xml" href="https://superxhosting.de/wiki/api.php?action=feedcontributions&amp;feedformat=atom&amp;user=Durst"/>
	<link rel="alternate" type="text/html" href="https://superxhosting.de/wiki/index.php/Spezial:Beitr%C3%A4ge/Durst"/>
	<updated>2026-05-31T02:31:36Z</updated>
	<subtitle>Benutzerbeiträge</subtitle>
	<generator>MediaWiki 1.39.11</generator>
	<entry>
		<id>https://superxhosting.de/wiki/index.php?title=Aenderungen:_edustore_sos_unload_hisinone_pg.xml&amp;diff=2826</id>
		<title>Aenderungen: edustore sos unload hisinone pg.xml</title>
		<link rel="alternate" type="text/html" href="https://superxhosting.de/wiki/index.php?title=Aenderungen:_edustore_sos_unload_hisinone_pg.xml&amp;diff=2826"/>
		<updated>2018-09-20T12:57:21Z</updated>

		<summary type="html">&lt;p&gt;Durst: /* Vorläufige Studierende */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Vorläufige Studierende==&lt;br /&gt;
&amp;lt;pre&amp;gt;insert into superx_sos(id, mtknr_ldsg,person_id,person_birthdate,person_birthcity,person_k_gender_id)&lt;br /&gt;
SELECT  DISTINCT S.id,&lt;br /&gt;
S.registrationnumber,&lt;br /&gt;
S.person_id,&lt;br /&gt;
P.birthdate ,&lt;br /&gt;
substring(P.birthcity from 1 for 255),&lt;br /&gt;
P.k_gender_id&lt;br /&gt;
from student S, person P&lt;br /&gt;
where P.id=S.person_id&lt;br /&gt;
and S.registrationnumber is not null&lt;br /&gt;
${STUDENT_FILTER}&lt;br /&gt;
and &#039;${SOS_UNL_ANON}&#039; != &#039;true&#039;&lt;br /&gt;
and ((S.updated_at &amp;amp;gt; &#039;${stu_updated_at}&#039;) OR (S.updated_at IS NULL AND &#039;${stu_updated_at}&#039; = &#039;1900-01-01&#039;))&lt;br /&gt;
--keine vorläufigen Studierenden #118453&lt;br /&gt;
--nur Rolle &amp;quot;Student&amp;quot; (hiskey_id=5)&lt;br /&gt;
and 0&amp;amp;lt;(select count(*) from orgrole O, role R&lt;br /&gt;
where R.id=O.role_id&lt;br /&gt;
and S.person_id=O.person_id&lt;br /&gt;
and R.hiskey_id in (5&amp;lt;strong&amp;gt;,6,8&amp;lt;/strong&amp;gt;));&lt;br /&gt;
-- APF 09.05.2018 inc. vorl. Studierende&lt;br /&gt;
--Promovierende 81&lt;br /&gt;
--Gasthörer 8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Wir wollen vorläufige Studierende und Gasthöher mitladen, daher:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;and R.hiskey_id in (5,6,8));&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
||&#039;&#039;&#039;ID&#039;&#039;&#039;&lt;br /&gt;
||&#039;&#039;&#039;Beschreibung&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
||5&lt;br /&gt;
||Student&lt;br /&gt;
|-&lt;br /&gt;
||6&lt;br /&gt;
||vorläufiger Student&lt;br /&gt;
|-&lt;br /&gt;
||8&lt;br /&gt;
||Gasthöhrer&lt;br /&gt;
|-&lt;br /&gt;
||81&lt;br /&gt;
||Promovierender&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Durst</name></author>
	</entry>
	<entry>
		<id>https://superxhosting.de/wiki/index.php?title=Aenderungen:_edustore_sos_unload_hisinone_pg.xml&amp;diff=2825</id>
		<title>Aenderungen: edustore sos unload hisinone pg.xml</title>
		<link rel="alternate" type="text/html" href="https://superxhosting.de/wiki/index.php?title=Aenderungen:_edustore_sos_unload_hisinone_pg.xml&amp;diff=2825"/>
		<updated>2018-09-20T12:54:05Z</updated>

		<summary type="html">&lt;p&gt;Durst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;==Vorläufige Studierende==&lt;br /&gt;
&amp;lt;pre&amp;gt;insert into superx_sos(id, mtknr_ldsg,person_id,person_birthdate,person_birthcity,person_k_gender_id)&lt;br /&gt;
SELECT  DISTINCT S.id,&lt;br /&gt;
S.registrationnumber,&lt;br /&gt;
S.person_id,&lt;br /&gt;
P.birthdate ,&lt;br /&gt;
substring(P.birthcity from 1 for 255),&lt;br /&gt;
P.k_gender_id&lt;br /&gt;
from student S, person P&lt;br /&gt;
where P.id=S.person_id&lt;br /&gt;
and S.registrationnumber is not null&lt;br /&gt;
${STUDENT_FILTER}&lt;br /&gt;
and &#039;${SOS_UNL_ANON}&#039; != &#039;true&#039;&lt;br /&gt;
and ((S.updated_at &amp;amp;gt; &#039;${stu_updated_at}&#039;) OR (S.updated_at IS NULL AND &#039;${stu_updated_at}&#039; = &#039;1900-01-01&#039;))&lt;br /&gt;
--keine vorläufigen Studierenden #118453&lt;br /&gt;
--nur Rolle &amp;quot;Student&amp;quot; (hiskey_id=5)&lt;br /&gt;
and 0&amp;amp;lt;(select count(*) from orgrole O, role R&lt;br /&gt;
where R.id=O.role_id&lt;br /&gt;
and S.person_id=O.person_id&lt;br /&gt;
and R.hiskey_id in (5,6,8));&lt;br /&gt;
-- APF 09.05.2018 inc. vorl. Studierende&lt;br /&gt;
--Promovierende 81&lt;br /&gt;
--Gasthörer 8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Wir wollen vorläufige Studierende und Gasthöher mitladen, daher:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;and R.hiskey_id in (5,6,8));&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
||&#039;&#039;&#039;ID&#039;&#039;&#039;&lt;br /&gt;
||&#039;&#039;&#039;Beschreibung&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
||5&lt;br /&gt;
||Student&lt;br /&gt;
|-&lt;br /&gt;
||6&lt;br /&gt;
||vorläufiger Student&lt;br /&gt;
|-&lt;br /&gt;
||8&lt;br /&gt;
||Gasthöhrer&lt;br /&gt;
|-&lt;br /&gt;
||81&lt;br /&gt;
||Promovierender&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Durst</name></author>
	</entry>
	<entry>
		<id>https://superxhosting.de/wiki/index.php?title=Aenderungen:_edustore_sos_unload_hisinone_pg.xml&amp;diff=2822</id>
		<title>Aenderungen: edustore sos unload hisinone pg.xml</title>
		<link rel="alternate" type="text/html" href="https://superxhosting.de/wiki/index.php?title=Aenderungen:_edustore_sos_unload_hisinone_pg.xml&amp;diff=2822"/>
		<updated>2018-09-20T12:39:13Z</updated>

		<summary type="html">&lt;p&gt;Durst: /* Keine Zusammenfassung */&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;insert into superx_sos(id, mtknr_ldsg,person_id,person_birthdate,person_birthcity,person_k_gender_id)&lt;br /&gt;
SELECT  DISTINCT S.id,&lt;br /&gt;
S.registrationnumber,&lt;br /&gt;
S.person_id,&lt;br /&gt;
P.birthdate ,&lt;br /&gt;
substring(P.birthcity from 1 for 255),&lt;br /&gt;
P.k_gender_id&lt;br /&gt;
from student S, person P&lt;br /&gt;
where P.id=S.person_id&lt;br /&gt;
and S.registrationnumber is not null&lt;br /&gt;
${STUDENT_FILTER}&lt;br /&gt;
and &#039;${SOS_UNL_ANON}&#039; != &#039;true&#039;&lt;br /&gt;
and ((S.updated_at &amp;amp;gt; &#039;${stu_updated_at}&#039;) OR (S.updated_at IS NULL AND &#039;${stu_updated_at}&#039; = &#039;1900-01-01&#039;))&lt;br /&gt;
--keine vorläufigen Studierenden #118453&lt;br /&gt;
--nur Rolle &amp;quot;Student&amp;quot; (hiskey_id=5)&lt;br /&gt;
and 0&amp;amp;lt;(select count(*) from orgrole O, role R&lt;br /&gt;
where R.id=O.role_id&lt;br /&gt;
and S.person_id=O.person_id&lt;br /&gt;
and R.hiskey_id in (5,6,8));&lt;br /&gt;
-- APF 09.05.2018 inc. vorl. Studierende&lt;br /&gt;
--Promovierende 81&lt;br /&gt;
--Gasthörer 8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Wir wollen vorläufige Studierende und Gasthöher mitladen, daher:&lt;br /&gt;
&lt;br /&gt;
&amp;lt;pre&amp;gt;and R.hiskey_id in (5,6,8));&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
{|&lt;br /&gt;
|-&lt;br /&gt;
||&#039;&#039;&#039;ID&#039;&#039;&#039;&lt;br /&gt;
||&#039;&#039;&#039;Beschreibung&#039;&#039;&#039;&lt;br /&gt;
|-&lt;br /&gt;
||5&lt;br /&gt;
||Student&lt;br /&gt;
|-&lt;br /&gt;
||6&lt;br /&gt;
||vorläufiger Student&lt;br /&gt;
|-&lt;br /&gt;
||8&lt;br /&gt;
||Gasthöhrer&lt;br /&gt;
|-&lt;br /&gt;
||81&lt;br /&gt;
||Promovierender&lt;br /&gt;
|}&lt;/div&gt;</summary>
		<author><name>Durst</name></author>
	</entry>
	<entry>
		<id>https://superxhosting.de/wiki/index.php?title=Aenderungen:_edustore_sos_unload_hisinone_pg.xml&amp;diff=2821</id>
		<title>Aenderungen: edustore sos unload hisinone pg.xml</title>
		<link rel="alternate" type="text/html" href="https://superxhosting.de/wiki/index.php?title=Aenderungen:_edustore_sos_unload_hisinone_pg.xml&amp;diff=2821"/>
		<updated>2018-09-20T12:36:31Z</updated>

		<summary type="html">&lt;p&gt;Durst: &lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;insert into superx_sos(id, mtknr_ldsg,person_id,person_birthdate,person_birthcity,person_k_gender_id)&lt;br /&gt;
SELECT  DISTINCT S.id,&lt;br /&gt;
S.registrationnumber,&lt;br /&gt;
S.person_id,&lt;br /&gt;
P.birthdate ,&lt;br /&gt;
substring(P.birthcity from 1 for 255),&lt;br /&gt;
P.k_gender_id&lt;br /&gt;
from student S, person P&lt;br /&gt;
where P.id=S.person_id&lt;br /&gt;
and S.registrationnumber is not null&lt;br /&gt;
${STUDENT_FILTER}&lt;br /&gt;
and &#039;${SOS_UNL_ANON}&#039; != &#039;true&#039;&lt;br /&gt;
and ((S.updated_at &amp;amp;gt; &#039;${stu_updated_at}&#039;) OR (S.updated_at IS NULL AND &#039;${stu_updated_at}&#039; = &#039;1900-01-01&#039;))&lt;br /&gt;
--keine vorläufigen Studierenden #118453&lt;br /&gt;
--nur Rolle &amp;quot;Student&amp;quot; (hiskey_id=5)&lt;br /&gt;
and 0&amp;amp;lt;(select count(*) from orgrole O, role R&lt;br /&gt;
where R.id=O.role_id&lt;br /&gt;
and S.person_id=O.person_id&lt;br /&gt;
and R.hiskey_id in (5,6,8));&lt;br /&gt;
-- APF 09.05.2018 inc. vorl. Studierende&lt;br /&gt;
--Promovierende 81&lt;br /&gt;
--Gasthörer 8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;br /&gt;
&lt;br /&gt;
Wir wollen vorläufige Studierende und Gasthöher mitladen, daher verweiterung auf die IDs 6,8&lt;/div&gt;</summary>
		<author><name>Durst</name></author>
	</entry>
	<entry>
		<id>https://superxhosting.de/wiki/index.php?title=Aenderungen:_edustore_sos_unload_hisinone_pg.xml&amp;diff=2820</id>
		<title>Aenderungen: edustore sos unload hisinone pg.xml</title>
		<link rel="alternate" type="text/html" href="https://superxhosting.de/wiki/index.php?title=Aenderungen:_edustore_sos_unload_hisinone_pg.xml&amp;diff=2820"/>
		<updated>2018-09-20T12:33:44Z</updated>

		<summary type="html">&lt;p&gt;Durst: Die Seite wurde neu angelegt: „&amp;lt;pre&amp;gt; insert into superx_sos(id, mtknr_ldsg,person_id,person_birthdate,person_birthcity,person_k_gender_id) SELECT  DISTINCT S.id, S.registrationnumber, S.pers…“&lt;/p&gt;
&lt;hr /&gt;
&lt;div&gt;&amp;lt;pre&amp;gt;&lt;br /&gt;
insert into superx_sos(id, mtknr_ldsg,person_id,person_birthdate,person_birthcity,person_k_gender_id)&lt;br /&gt;
SELECT  DISTINCT S.id,&lt;br /&gt;
S.registrationnumber,&lt;br /&gt;
S.person_id,&lt;br /&gt;
P.birthdate ,&lt;br /&gt;
substring(P.birthcity from 1 for 255),&lt;br /&gt;
P.k_gender_id&lt;br /&gt;
from student S, person P&lt;br /&gt;
where P.id=S.person_id&lt;br /&gt;
and S.registrationnumber is not null&lt;br /&gt;
${STUDENT_FILTER}&lt;br /&gt;
and &#039;${SOS_UNL_ANON}&#039; != &#039;true&#039;&lt;br /&gt;
and ((S.updated_at &amp;amp;gt; &#039;${stu_updated_at}&#039;) OR (S.updated_at IS NULL AND &#039;${stu_updated_at}&#039; = &#039;1900-01-01&#039;))&lt;br /&gt;
--keine vorläufigen Studierenden #118453&lt;br /&gt;
--nur Rolle &amp;quot;Student&amp;quot; (hiskey_id=5)&lt;br /&gt;
and 0&amp;amp;lt;(select count(*) from orgrole O, role R&lt;br /&gt;
where R.id=O.role_id&lt;br /&gt;
and S.person_id=O.person_id&lt;br /&gt;
and R.hiskey_id in (5,6,8));&lt;br /&gt;
-- APF 09.05.2018 inc. vorl. Studierende&lt;br /&gt;
--Promovierende 81&lt;br /&gt;
--Gasthörer 8&lt;br /&gt;
&amp;lt;/pre&amp;gt;&lt;/div&gt;</summary>
		<author><name>Durst</name></author>
	</entry>
</feed>