EvidentSolutions / dalesbred

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

Error message for updateUnique(...) is wrong #39

Closed hakuzumon closed 7 years ago

hakuzumon commented 7 years ago

Database.java:629 should say

throw new NonUniqueUpdateException(modifiedRows);

instead of

throw new NonUniqueUpdateException(1);