提交 d05d368c 编写于 作者: Y Yuanyuan

fix error in plugin.xml

上级 35235d7f
......@@ -125,8 +125,8 @@
<replace provider="generic" driver="sybase"/>
<property name="loginTimeout" value="20"/>
<parameter name="query-get-active-db">select db_name()</parameter>
<parameter name="query-set-active-db">use [?]</parameter>
<parameter name="query-get-active-db" value="select db_name()"/>
<parameter name="query-set-active-db" value="use [?]"/>
<parameter name="script-delimiter" value="go"/>
<parameter name="ddl-drop-column-short" value="true"/>
<parameter name="supports-multiple-results" value="true"/>
......@@ -151,8 +151,8 @@
<property name="loginTimeout" value="20"/>
<parameter name="query-get-active-db">select db_name()</parameter>
<parameter name="query-set-active-db">use [?]</parameter>
<parameter name="query-get-active-db" value="select db_name()"/>
<parameter name="query-set-active-db" value="use [?]"/>
<parameter name="script-delimiter" value="go"/>
<parameter name="ddl-drop-column-short" value="true"/>
<parameter name="supports-multiple-results" value="true"/>
......
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2017 Serge Rider (serge@jkiss.org)
* Copyright (C) 2017 Alexander Fedorov (alexander.fedorov@jkiss.org)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
<plugin>
<extension
point="org.eclipse.debug.core.launchConfigurationTypes">
<launchConfigurationType
delegate="org.jkiss.dbeaver.debug.core.ProcedureLaunchDelegate"
delegateDescription="%launchConfigurationTypes.launchConfigurationType.pgSQL.delegateDescription"
delegateName="%launchConfigurationTypes.launchConfigurationType.pgSQL.delegateName"
id="org.jkiss.dbeaver.ext.postgresql.debug.core.pgSQL"
modes="debug"
name="%launchConfigurationTypes.launchConfigurationType.pgSQL.name">
</launchConfigurationType>
</extension>
<extension point="org.jkiss.dbeaver.debug.core.controllers">
<controller datasource="postgresql" class="org.jkiss.dbeaver.ext.postgresql.debug.internal.PostgreDebugControllerRegistry"/>
</extension>
</plugin>
<?xml version="1.0" encoding="UTF-8"?>
<?eclipse version="3.4"?>
<!--
* DBeaver - Universal Database Manager
* Copyright (C) 2010-2017 Serge Rider (serge@jkiss.org)
* Copyright (C) 2017 Alexander Fedorov (alexander.fedorov@jkiss.org)
*
* Licensed under the Apache License, Version 2.0 (the "License");
* you may not use this file except in compliance with the License.
* You may obtain a copy of the License at
*
* http://www.apache.org/licenses/LICENSE-2.0
*
* Unless required by applicable law or agreed to in writing, software
* distributed under the License is distributed on an "AS IS" BASIS,
* WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
* See the License for the specific language governing permissions and
* limitations under the License.
-->
<plugin>
<extension
point="org.eclipse.debug.core.launchConfigurationTypes">
<launchConfigurationType
delegate="org.jkiss.dbeaver.debug.core.ProcedureLaunchDelegate"
delegateDescription="%launchConfigurationTypes.launchConfigurationType.pgSQL.delegateDescription"
delegateName="%launchConfigurationTypes.launchConfigurationType.pgSQL.delegateName"
id="org.jkiss.dbeaver.ext.postgresql.debug.core.pgSQL"
modes="debug"
name="%launchConfigurationTypes.launchConfigurationType.pgSQL.name">
</launchConfigurationType>
</extension>
<extension point="org.jkiss.dbeaver.debug.core.controllers">
<controller providerId="postgresql" class="org.jkiss.dbeaver.ext.postgresql.debug.internal.PostgreDebugControllerRegistry"/>
</extension>
</plugin>
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册