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 0be53f7 commit c577c63Copy full SHA for c577c63
src/test/java/io/r2dbc/postgresql/PostgresqlTestKit.java
@@ -84,7 +84,7 @@ public JdbcOperations getJdbcOperations() {
84
public String expand(TestStatement statement, Object... args) {
85
86
if (statement == TestStatement.CREATE_TABLE_AUTOGENERATED_KEY) {
87
- return "CREATE TABLE test ( id SERIAL, value INTEGER )";
+ return "CREATE TABLE test ( id SERIAL, test_value INTEGER )";
88
}
89
90
return TestKit.super.expand(statement, args);
0 commit comments