comparison flys-artifacts/doc/conf/meta-data.xml @ 5164:8c65acf01adc 2.9.10

Fixed datacage to be oracle compatible.
author Raimund Renkert <rrenkert@intevation.de>
date Mon, 04 Mar 2013 11:44:11 +0100
parents 801175535406
children 908848b74d7e
comparison
equal deleted inserted replaced
5163:9474e27e319a 5164:8c65acf01adc
589 <dc:call-macro name="user-range"> 589 <dc:call-macro name="user-range">
590 <cross_sections> 590 <cross_sections>
591 <dc:attribute name="id" value="flood-protections-${river_id}"/> 591 <dc:attribute name="id" value="flood-protections-${river_id}"/>
592 <dc:context connection="system"> 592 <dc:context connection="system">
593 <dc:statement> 593 <dc:statement>
594 SELECT DISTINCT ON (cs.id) 594 SELECT DISTINCT
595 cs.id AS prot_id, 595 cs.id AS prot_id,
596 cs.description AS prot_description 596 cs.description AS prot_description
597 FROM cross_sections cs 597 FROM cross_sections cs
598 JOIN cross_section_lines csl ON csl.cross_section_id = cs.id 598 JOIN cross_section_lines csl ON csl.cross_section_id = cs.id
599 WHERE cs.river_id = ${river_id} 599 WHERE cs.river_id = ${river_id}
615 <dc:call-macro name="user-range"> 615 <dc:call-macro name="user-range">
616 <hyks> 616 <hyks>
617 <dc:attribute name="id" value="hyk-${river_id}"/> 617 <dc:attribute name="id" value="hyk-${river_id}"/>
618 <dc:context connection="system"> 618 <dc:context connection="system">
619 <dc:statement> 619 <dc:statement>
620 SELECT DISTINCT ON (h.id) 620 SELECT DISTINCT
621 h.id AS hyk_id, 621 h.id AS hyk_id,
622 h.description AS hyk_description 622 h.description AS hyk_description
623 FROM hyks h 623 FROM hyks h
624 JOIN hyk_entries he ON he.hyk_id = h.id 624 JOIN hyk_entries he ON he.hyk_id = h.id
625 WHERE river_id = ${river_id} 625 WHERE river_id = ${river_id}

http://dive4elements.wald.intevation.org