From d2c0c58c43b1544478b83c07e19a988693c7bf85 Mon Sep 17 00:00:00 2001
From: tjc <tjc@ee4ac58c-ac51-4696-9907-e4b3aa274f04>
Date: Thu, 19 Jul 2007 13:34:09 +0000
Subject: [PATCH] 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
---
 artemis_sqlmap/Feature.xml | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/artemis_sqlmap/Feature.xml b/artemis_sqlmap/Feature.xml
index d2c9d8fd1..ba356d0a0 100644
--- a/artemis_sqlmap/Feature.xml
+++ b/artemis_sqlmap/Feature.xml
@@ -237,8 +237,7 @@
     WHERE f.feature_id=$featureId$
   </select>
     
-  <select id="getFeaturesByListOfIds" resultMap ="map-feature-withprop" 
-		cacheModel="feature-cache">
+  <select id="getFeaturesByListOfIds" resultMap ="map-feature-withprop">
 	SELECT
 	  timelastmodified,
 	  f.feature_id,
-- 
GitLab