#783 - HistoryExclude Many-to-Many Query-Generation Error

This commit is contained in:
Robin Bygrave
2016-07-25 23:29:33 +12:00
parent ca7285b2ad
commit b763f4c875
@@ -572,7 +572,7 @@ public class DeployBeanDescriptor<T> {
* Return the base table with as of suffix.
*/
public String getBaseTableAsOf() {
return baseTableAsOf;
return historySupport ? baseTableAsOf : baseTable;
}
/**