You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: spring-data-relational/src/test/java/org/springframework/data/relational/core/sql/DeleteValidatorUnitTests.java
+18-1Lines changed: 18 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -20,7 +20,7 @@
20
20
importorg.junit.Test;
21
21
22
22
/**
23
-
* Unit tests for {@link SelectValidator}.
23
+
* Unit tests for {@link DeleteValidator}.
24
24
*
25
25
* @author Mark Paluch
26
26
*/
@@ -40,4 +40,21 @@ public void shouldReportMissingTableForDeleteViaWhere() {
40
40
}).isInstanceOf(IllegalStateException.class)
41
41
.hasMessageContaining("Required table [table] by a WHERE predicate not imported by FROM [bar]");
Copy file name to clipboardExpand all lines: spring-data-relational/src/test/java/org/springframework/data/relational/core/sql/SelectValidatorUnitTests.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ public void shouldIgnoreImportsFromSubselectsInWhereClause() {
0 commit comments