We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0a8df16 commit 0be7f18Copy full SHA for 0be7f18
LDK/api-src/org/labkey/api/ldk/table/ContainerScopedTable.java
@@ -287,7 +287,7 @@ public Object call()
287
Object pesudoPkVal = it.getInputColumnValue(inputColMap.get(_pseudoPk));
288
if (pesudoPkVal != null)
289
{
290
- // NOTE: this code is call for inserts and updates:
+ // NOTE: this code is called for both inserts and updates:
291
if (_context.getInsertOption() == QueryUpdateService.InsertOption.INSERT && keyManager.rowExists(c, pesudoPkVal))
292
293
_context.getErrors().addRowError(new ValidationException("A record is already present with value: " + pesudoPkVal));
0 commit comments