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 e04f541 commit b20cc05Copy full SHA for b20cc05
r2dbc-mysql/src/test/java/io/asyncer/r2dbc/mysql/MariaDbIntegrationTestSupport.java
@@ -157,7 +157,7 @@ void returningExtendedTypeInfoJson() {
157
.execute()
158
.flatMap(IntegrationTestSupport::extractRowsUpdated)
159
.thenMany(conn.createStatement("INSERT INTO test(value) VALUES (?)")
160
- .bind(0, "'{\"abc\": 123}'")
+ .bind(0, "{\"abc\": 123}")
161
.returnGeneratedValues()
162
.execute())
163
.flatMap(result -> result.map(DataEntity::readExtendedTypeInfoResult))
0 commit comments