# HG changeset patch # User Felix Wolfsteller # Date 1359390709 -3600 # Node ID 065a78d6500774a879b39053504c4239ac7e353e # Parent 5741970e2c586d13224b569b4ff6f5b5bedfc78d meta-data.xml: Access wst_ranges and provide range is info-element. diff -r 5741970e2c58 -r 065a78d65007 flys-artifacts/doc/conf/meta-data.xml --- a/flys-artifacts/doc/conf/meta-data.xml Mon Jan 28 17:16:00 2013 +0100 +++ b/flys-artifacts/doc/conf/meta-data.xml Mon Jan 28 17:31:49 2013 +0100 @@ -6,8 +6,11 @@ SELECT wst_columns.id AS prot_column_id, wst_columns.name AS prot_column_name, wst_columns.position AS prot_rel_pos, - wst_columns.description AS info - FROM wst_columns WHERE wst_columns.wst_id = ${prot_id} + wst_columns.description AS info, + wst_ranges.a AS deffrom, + wst_ranges.b AS defto + FROM wst_columns, wst_ranges + WHERE wst_columns.wst_id = ${prot_id} AND wst_ranges.wst_column_id = wst_columns.id ORDER by wst_columns.position @@ -40,7 +43,7 @@ - + @@ -68,7 +71,7 @@ - + @@ -97,7 +100,7 @@ - + @@ -126,7 +129,7 @@ - + @@ -155,7 +158,7 @@ - + @@ -184,7 +187,7 @@ - + @@ -212,7 +215,7 @@ - + @@ -240,7 +243,7 @@ - + @@ -268,7 +271,7 @@ - + @@ -297,7 +300,7 @@ - + @@ -325,7 +328,7 @@ - + @@ -353,7 +356,7 @@ - + @@ -381,7 +384,7 @@ - + @@ -413,7 +416,7 @@ - + @@ -445,7 +448,7 @@ - +