We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 1f7f2d2 commit 3f4fb62Copy full SHA for 3f4fb62
spring-data-r2dbc/src/test/java/org/springframework/data/r2dbc/core/ReactiveInsertOperationUnitTests.java
@@ -109,7 +109,7 @@ void shouldUpdateInTable() {
109
110
StatementRecorder.RecordedStatement statement = recorder.getCreatedStatement(s -> s.startsWith("INSERT"));
111
112
- assertThat(statement.getSql()).isEqualTo("INSERT INTO the_table (\"THE_NAME\") VALUES ($1)");
+ assertThat(statement.getSql()).isEqualTo("INSERT INTO \"the_table\" (\"THE_NAME\") VALUES ($1)");
113
}
114
115
static class Person {
0 commit comments