[snofyre] r1826 committed - Issue-43; Corrected typo in column name for RELATIONSHIP in DAO class

0 views
Skip to first unread message

sno...@googlecode.com

unread,
Aug 28, 2011, 5:36:56 AM8/28/11
to snofy...@googlegroups.com
Revision: 1826
Author: jay....@biomedicalontologies.com
Date: Sun Aug 28 02:36:34 2011
Log: Issue-43; Corrected typo in column name for RELATIONSHIP in DAO
class
http://code.google.com/p/snofyre/source/detail?r=1826

Modified:

/trunk/snomed-osgi/uk.nhs.cfh.dsp.snomed.dao/src/main/java/uk/nhs/cfh/dsp/snomed/dao/impl/SnomedConceptDatabaseDAO.java

=======================================
---
/trunk/snomed-osgi/uk.nhs.cfh.dsp.snomed.dao/src/main/java/uk/nhs/cfh/dsp/snomed/dao/impl/SnomedConceptDatabaseDAO.java
Tue Jan 25 06:02:14 2011
+++
/trunk/snomed-osgi/uk.nhs.cfh.dsp.snomed.dao/src/main/java/uk/nhs/cfh/dsp/snomed/dao/impl/SnomedConceptDatabaseDAO.java
Sun Aug 28 02:36:34 2011
@@ -185,7 +185,7 @@
// get replacements
getReplacementConceptStatement =
connection.prepareStatement("" +
"SELECT CONCEPTID2 FROM SNOMED.REL WHERE CONCEPTID1
= ? AND " +
- "RELATIONHIPTYPE IN ('168666000', '370124000')");
+ "RELATIONHSIPTYPE IN ('168666000', '370124000')");

// get preferred term
getPreferredTermStatement = connection.prepareStatement("" +

Reply all
Reply to author
Forward
0 new messages