diff --git a/nls/bundles/org.jkiss.dbeaver.core.nls/src/org/jkiss/dbeaver/core/CoreResources_zh.properties b/nls/bundles/org.jkiss.dbeaver.core.nls/src/org/jkiss/dbeaver/core/CoreResources_zh.properties index 0d1f2387189dca807c3b4d156ef00a131ec9531a..f62c954eeccab307d5a1f385fb94bfffe19c21e6 100644 --- a/nls/bundles/org.jkiss.dbeaver.core.nls/src/org/jkiss/dbeaver/core/CoreResources_zh.properties +++ b/nls/bundles/org.jkiss.dbeaver.core.nls/src/org/jkiss/dbeaver/core/CoreResources_zh.properties @@ -329,7 +329,6 @@ dialog_connection_button_test = &\u6D4B\u8BD5\u94FE\u63A5 ... #page conn setting dialog_connection_description = \u6570\u636E\u5E93\u8FDE\u63A5\u8BBE\u7F6E. dialog_connection_driver = \u9A71\u52A8\u540D\u79F0: -#dialog_connection_driver_general = \u901A\u7528 dialog_connection_driver_project = \u9879\u76EE dialog_connection_driver_treecontrol_initialText = \u8F93\u5165\u6570\u636E\u5E93/\u9A71\u52A8\u540D\u7684\u90E8\u5206\u5185\u5BB9\u6765\u8FC7\u6EE4 dialog_connection_edit_driver_button = \u7F16\u8F91\u9A71\u52A8\u8BBE\u7F6E diff --git a/plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/core/CoreResources.properties b/plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/core/CoreResources.properties index 07dbc06f983dcb1f3acd99f338983810f995b1aa..aea427b4f536cb8f6184fe1e397090c93037d137 100644 --- a/plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/core/CoreResources.properties +++ b/plugins/org.jkiss.dbeaver.core/src/org/jkiss/dbeaver/core/CoreResources.properties @@ -327,7 +327,6 @@ dialog_connection_button_test = &Test Connection ... #page conn setting dialog_connection_description = Database connection settings. dialog_connection_driver = Driver Name: -dialog_connection_driver_general = General dialog_connection_driver_project = Project dialog_connection_driver_treecontrol_initialText = Type part of database/driver name to filter dialog_connection_edit_driver_button = Edit Driver Settings diff --git a/plugins/org.jkiss.dbeaver.ext.mysql/src/org/jkiss/dbeaver/ext/mysql/edit/MySQLTableManager.java b/plugins/org.jkiss.dbeaver.ext.mysql/src/org/jkiss/dbeaver/ext/mysql/edit/MySQLTableManager.java index 26ae08de888cce9d51b7f05278459995dd3f9189..5c13876647472ae1e9dc869eadf65dbf2e060e35 100644 --- a/plugins/org.jkiss.dbeaver.ext.mysql/src/org/jkiss/dbeaver/ext/mysql/edit/MySQLTableManager.java +++ b/plugins/org.jkiss.dbeaver.ext.mysql/src/org/jkiss/dbeaver/ext/mysql/edit/MySQLTableManager.java @@ -64,7 +64,7 @@ public class MySQLTableManager extends SQLTableManager { +public class MySQLViewManager extends MySQLTableManager { @Nullable @Override @@ -69,13 +68,18 @@ public class MySQLViewManager extends SQLObjectEditor actions, ObjectCreateCommand command, Map options) + protected void addStructObjectCreateActions(List actions, StructCreateCommand command, Map options) { createOrReplaceViewQuery(actions, (MySQLView) command.getObject()); } @@ -107,26 +111,5 @@ public class MySQLViewManager extends SQLObjectEditor