Let's have a stack trace here because these mismatches are just plain bizarre.
git-svn-id: https://samskivert.googlecode.com/svn/trunk@2416 6335cc39-0255-0410-8fd6-9bcaacd3b74c
This commit is contained in:
@@ -281,7 +281,7 @@ public abstract class FindAllQuery<T extends PersistentRecord>
|
|||||||
if (cnt != keys.size()) {
|
if (cnt != keys.size()) {
|
||||||
log.warning("Row count mismatch in second pass [origQuery=" + origStmt +
|
log.warning("Row count mismatch in second pass [origQuery=" + origStmt +
|
||||||
", wanted=" + keys + ", got=" + entities.keySet() +
|
", wanted=" + keys + ", got=" + entities.keySet() +
|
||||||
", dups=" + dups + "]");
|
", dups=" + dups + "]", new Exception());
|
||||||
}
|
}
|
||||||
|
|
||||||
} finally {
|
} finally {
|
||||||
|
|||||||
Reference in New Issue
Block a user