Simplify the update and delete statements for query results when the table contains primary keys

This commit is contained in:
SwallowGG
2023-11-03 12:05:32 +08:00
parent ef917b8143
commit a7dc740221
4 changed files with 43 additions and 8 deletions

View File

@ -19,6 +19,7 @@ public class KingBaseDBManage extends DefaultDBManage implements DBManage {
SQLExecutor.getInstance().execute(connection, "SET search_path TO \"" + connectInfo.getSchemaName() + "\"");
}
} catch (Exception e) {
e.printStackTrace();
}
}