Skip to content

Commit

Permalink
add supportPrimaryKey and remove mysql lib
Browse files Browse the repository at this point in the history
  • Loading branch information
hdygxsj committed Jan 24, 2025
1 parent 14d1299 commit 7c94309
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -288,8 +288,8 @@ public void testCreateSimpleTable() {
@Test
@EnabledIf("supportCreateTableWithPrimaryKey")
public void testCreateTableWithPrimaryKey() {
String databaseName = "test_create_no_partition_table_db";
String tableName = "test_create_no_partition_table";
String databaseName = "test_create_table_with_primary_key_db";
String tableName = "test_create_primary_key_table";
String comment = "test comment";
String key = "test key";
String value = "test value";
Expand Down

0 comments on commit 7c94309

Please sign in to comment.