Roll back 2192 with comment.
This commit is contained in:
@@ -97,8 +97,12 @@ public abstract class BuildVisitor implements ExpressionVisitor
|
|||||||
if (ii > 0) {
|
if (ii > 0) {
|
||||||
_builder.append(" and ");
|
_builder.append(" and ");
|
||||||
}
|
}
|
||||||
appendTableAbbreviation(pClass);
|
// TODO: This cannot work properly until the Depot architecture has been expanded
|
||||||
_builder.append(".");
|
// so that every field reference is expanded according to context such as shadowOf
|
||||||
|
// and FieldOverride. For now, this works out of sheer luck - we have no ambiguous
|
||||||
|
// references to trip us up... but it must be fixed soon.
|
||||||
|
// appendTableAbbreviation(pClass);
|
||||||
|
// _builder.append(".");
|
||||||
appendColumn(pClass, keyFields[ii]);
|
appendColumn(pClass, keyFields[ii]);
|
||||||
_builder.append(values[ii] == null ? " is null " : " = ? ");
|
_builder.append(values[ii] == null ? " is null " : " = ? ");
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user