Changes between Version 1 and Version 2 of DVO_Adding_Query_Fields
- Timestamp:
- Jan 11, 2011, 11:01:28 AM (15 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
DVO_Adding_Query_Fields
v1 v2 11 11 To add a new field, you need to first add it to the appropriate enum above. 12 12 13 Next, you need to add the field to the appropriate Parse*Field function in dvo/dbFields.c. There is one for each of the queries above: ParseMeasureField(), ParseAverageField(),ParseImageField(). You need to add an entry to the list of tests for each field. Eg:13 Next, you need to add the field to the appropriate Parse*Field function in dvo/dbFields.c. There is one for each of the queries above: \ParseMeasureField(), \ParseAverageField(), \ParseImageField(). You need to add an entry to the list of tests for each field. Eg: 14 14 15 15 {{{
