Description
Changed the exception type thrown by doSelect calls when Criteria.isSingleRecord() true and more than one record is found.
A TooManyRecordsException (TorqueException subclass) is now returned instead of a TorqueException.
Changed the exception type thrown by doSelect calls when Criteria.isSingleRecord() true and more than one record is found.
A TooManyRecordsException (TorqueException subclass) is now returned instead of a TorqueException.