------------------------------------------------------------ revno: 3987 committer: Lars Helge Overland <[email protected]> branch nick: dhis2 timestamp: Wed 2011-06-22 20:27:42 +0200 message: Mapping calculated data elements to regular data elements in dhis 1.4 file import modified: dhis-2/dhis-services/dhis-service-importexport/src/main/resources/sqlmap/dataElement.sqlmap.xml
-- lp:dhis2 https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk Your team DHIS 2 developers is subscribed to branch lp:dhis2. To unsubscribe from this branch go to https://code.launchpad.net/~dhis2-devs-core/dhis2/trunk/+edit-subscription
=== modified file 'dhis-2/dhis-services/dhis-service-importexport/src/main/resources/sqlmap/dataElement.sqlmap.xml' --- dhis-2/dhis-services/dhis-service-importexport/src/main/resources/sqlmap/dataElement.sqlmap.xml 2009-11-03 13:58:21 +0000 +++ dhis-2/dhis-services/dhis-service-importexport/src/main/resources/sqlmap/dataElement.sqlmap.xml 2011-06-22 18:27:42 +0000 @@ -32,7 +32,7 @@ </select> <select id="getDataElements" resultMap="dataElementResultMap"> - SELECT * FROM DataElement WHERE Calculated = 0 + SELECT * FROM DataElement </select> <select id="getDataElementName" parameterClass="java.lang.Integer" resultClass="java.lang.String">
_______________________________________________ Mailing list: https://launchpad.net/~dhis2-devs Post to : [email protected] Unsubscribe : https://launchpad.net/~dhis2-devs More help : https://help.launchpad.net/ListHelp

