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

fix for getFeatureSynonymsByUniquename

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@5684 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent ffcf2cf4
No related branches found
No related tags found
No related merge requests found
......@@ -77,7 +77,7 @@
LEFT JOIN feature f ON f.feature_id=fs.feature_id
LEFT JOIN synonym s ON fs.synonym_id=s.synonym_id
<isNotNull property="uniqueName">
WHERE uniquename=#uniquename#
WHERE uniquename=#uniqueName#
</isNotNull>
</select>
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment