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

remove cache from getFeaturesByListOfIds

git-svn-id: svn+ssh://svn.internal.sanger.ac.uk/repos/svn/pathsoft/artemis/trunk@6234 ee4ac58c-ac51-4696-9907-e4b3aa274f04
parent 305a159d
No related branches found
No related tags found
No related merge requests found
...@@ -237,8 +237,7 @@ ...@@ -237,8 +237,7 @@
WHERE f.feature_id=$featureId$ WHERE f.feature_id=$featureId$
</select> </select>
<select id="getFeaturesByListOfIds" resultMap ="map-feature-withprop" <select id="getFeaturesByListOfIds" resultMap ="map-feature-withprop">
cacheModel="feature-cache">
SELECT SELECT
timelastmodified, timelastmodified,
f.feature_id, f.feature_id,
......
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