Skip to content
Snippets Groups Projects
Commit b3b750c2 authored by tjc's avatar tjc
Browse files

tidy

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@4361 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 6996f0b3
No related branches found
No related tags found
No related merge requests found
......@@ -24,6 +24,8 @@
<result property="timelastmodified" column="timelastmodified"/>
<result property="id" column="id"/>
<result property="feature_relationship.object_id" column="object_id"/>
<result property="feature_relationship.cvterm.cvtermId" column="relation_type_id"/>
<result property="feature_relationship.rank" column="rank"/>
<result property="featureloc.strand" column="strand" nullValue="0"/>
<result property="featureloc.fmin" column="fmin" nullValue="-1"/>
<result property="featureloc.fmax" column="fmax" nullValue="0"/>
......@@ -106,7 +108,9 @@
SELECT
timelastmodified,
f.feature_id AS id,
object_id,
fr.object_id,
fr.type_id AS relation_type_id,
fr.rank,
fl.strand,
fmin,
fmax,
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment