From: Howard T. <how...@di...> - 2007-08-22 12:46:26
|
Hi Eric, The problem with ET_AST_ITERATOR.process_features was that the feature_clause attribute was Void for the queries and procedures being processed and therefore not matching the current feature_clause. In the parsing process, the current feature is passed as an argument to the new_do_procedure / new_do_function etc routines in ET_AST_FACTORY but are not used in those routines to do set_feature_clause for that argument. Having added Result.set_feature_clause to the relevant 8 routines of ET_AST_FACTORY, I am now getting features processed. Cheers, Howard Thomson -- "Only two things are infinite, the universe and human stupidity, and I'm not sure about the former." -- Albert Einstein |