Skip to content

Commit c38a647

Browse files
committed
Update unit test for Db2
1 parent b705bc3 commit c38a647

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

core/src/test/java/com/scalar/db/storage/jdbc/JdbcAdminTest.java

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3027,6 +3027,7 @@ public void dropColumnFromTable_ForDb2_ShouldWorkProperly()
30273027
+ METADATA_SCHEMA
30283028
+ "\".\"metadata\" WHERE \"full_table_name\"=? ORDER BY \"ordinal_position\" ASC",
30293029
"ALTER TABLE \"ns\".\"table\" DROP COLUMN \"c2\"",
3030+
"CALL SYSPROC.ADMIN_CMD('REORG TABLE \"ns\".\"table\"')",
30303031
"DELETE FROM \""
30313032
+ METADATA_SCHEMA
30323033
+ "\".\"metadata\" WHERE \"full_table_name\" = 'ns.table'",

0 commit comments

Comments
 (0)