On Apr 18, 2010, at 12:46 AM, [email protected] wrote:
public void setResult(SQLResult resultSet) {+ setFetchingDataRows(false); // turn off mapping to DataRows, use explicitthis.result = resultSet; }
Implicit flipping of the DataRows flag outside constructor seems counterintuitive. Also SQLResult is not equal to an object fetch. So I think this is wrong.
Andrus
