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 0a8a119 commit 2ba1daaCopy full SHA for 2ba1daa
core/src/integration-test/java/com/scalar/db/storage/jdbc/JdbcAdminIntegrationTest.java
@@ -300,7 +300,7 @@ public void renameColumn_Db2_ForPrimaryOrIndexKeyColumn_ShouldThrowUnsupportedOp
300
.timeValue(getColumnName10(), LocalTime.now(ZoneId.of("UTC")))
301
.timestampTZValue(getColumnName11(), Instant.now());
302
if (isTimestampTypeSupported()) {
303
- put.timestampValue(getColumnName11(), LocalDateTime.now(ZoneOffset.UTC));
+ put.timestampValue(getColumnName12(), LocalDateTime.now(ZoneOffset.UTC));
304
}
305
storage.put(put.build());
306
storage.close();
0 commit comments