EvidentSolutions / dalesbred

Dalesbred - a database access library for Java
https://dalesbred.org
MIT License
54 stars 15 forks source link

NonUniqueResultException has misleading description #42

Closed hakuzumon closed 6 years ago

hakuzumon commented 6 years ago

It has the text "Expected unique result but received more than one row", although it is thrown from methods where no rows produces the same exception, such as RowMapper.optional(). Dunno if there are other cases.

hakuzumon commented 6 years ago

Sorry, false alarm.