Let's have a stack trace here because these mismatches are just plain bizarre.

This commit is contained in:
Michael Bayne
2008-09-12 01:49:06 +00:00
parent d47e85fe9f
commit 2611a1076b
@@ -281,7 +281,7 @@ public abstract class FindAllQuery<T extends PersistentRecord>
if (cnt != keys.size()) {
log.warning("Row count mismatch in second pass [origQuery=" + origStmt +
", wanted=" + keys + ", got=" + entities.keySet() +
", dups=" + dups + "]");
", dups=" + dups + "]", new Exception());
}
} finally {