When I am trying to export a table, in an .sql version, using the export recordset in an external file option (the button above the table) and the exported file doesn't include the table name that I am exporting. E.g: INSERT INTO `` (id,var1,var2,var3,var4,var5,var6,var7,...
if(kafkaManagerProperties.hasPG()) { returnsqlSession.insert("TopicDao.replaceOnPG",topicDO); } returnsqlSession.insert("TopicDao.replace",topicDO); } Expand Down 6 changes: 6 additions & 0 deletions6dao/src/main/java/com/xiaojukeji/kafka/manager/dao/impl/TopicFavoriteDaoImpl.java ...