comparison artifacts/doc/conf/meta-data.xml @ 6031:cb4dee704555

Do not use from and to as variables in statement. Those are keywords.
author Andre Heinecke <aheinecke@intevation.de>
date Thu, 16 May 2013 17:48:20 +0200
parents 3e539a0670c7
children 0353484b425c
comparison
equal deleted inserted replaced
6030:d12f920bbf00 6031:cb4dee704555
564 WHERE river_id = ${river_id} 564 WHERE river_id = ${river_id}
565 </dc:statement> 565 </dc:statement>
566 <dc:for-each> 566 <dc:for-each>
567 <dc:context> 567 <dc:context>
568 <dc:statement> 568 <dc:statement>
569 SELECT min(station) AS from, 569 SELECT min(station) AS from_station,
570 max(station) AS to 570 max(station) AS to_station
571 FROM morphologic_width_values 571 FROM morphologic_width_values
572 WHERE morphologic_width_id = ${width_id} 572 WHERE morphologic_width_id = ${width_id}
573 </dc:statement> 573 </dc:statement>
574 <dc:for-each> 574 <dc:for-each>
575 <morphologic-width name="{$from} - {$to}" 575 <morphologic-width name="{$from_station} - {$to_station}"
576 ids="{$width_id}" 576 ids="{$width_id}"
577 factory="morph-width"/> 577 factory="morph-width"/>
578 </dc:for-each> 578 </dc:for-each>
579 </dc:context> 579 </dc:context>
580 </dc:for-each> 580 </dc:for-each>

http://dive4elements.wald.intevation.org