[PATCH] Exclude annotation types without trailing unit (assumed after whitespace)

Wald Commits scm-commit at wald.intevation.org
Fri Jun 27 18:48:00 CEST 2014


# HG changeset patch
# User Tom Gottfried <tom at intevation.de>
# Date 1403887675 -7200
# Node ID a1a918f63bb4e48df3973436dcd4753435dd9a7c
# Parent  30aecc45d6769d40f8b2caacd32c280ef898062c
Exclude annotation types without trailing unit (assumed after whitespace).

diff -r 30aecc45d676 -r a1a918f63bb4 artifacts/doc/conf/meta-data.xml
--- a/artifacts/doc/conf/meta-data.xml	Fri Jun 27 16:52:00 2014 +0200
+++ b/artifacts/doc/conf/meta-data.xml	Fri Jun 27 18:47:55 2014 +0200
@@ -1557,7 +1557,7 @@
             SELECT id   AS anno_id,
                    name AS anno_description
             FROM annotation_types
-	    WHERE name LIKE 'Quelle%' OR name LIKE 'Senke%'
+	    WHERE name LIKE 'Quelle %' OR name LIKE 'Senke %'
           </dc:statement>
           <dc:for-each>
             <annotation name="{$anno_description}"


More information about the Dive4Elements-commits mailing list