#1717 #1721 - Fix for table touch with query cache clear

This commit is contained in:
rob bygrave
2019-05-21 09:17:07 +12:00
parent 0762eaf0ab
commit 3829613c37
2 changed files with 1 additions and 1 deletions
@@ -908,7 +908,6 @@ final class BeanDescriptorCacheHelp<T> {
if (noCaching) {
return;
}
changeSet.addInvalidate(desc);
changeSet.addClearQuery(desc);
// inserts don't invalidate the bean cache
if (tableIUD.isUpdateOrDelete()) {