Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

dbeaver/pro#2787 Salesforce CDP rebranding and driver version update #30244

Merged
merged 9 commits into from
May 17, 2024
Binary file modified plugins/org.jkiss.dbeaver.ext.generic/icons/salesforce_icon.png
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/org.jkiss.dbeaver.ext.generic/icons/[email protected]
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
Binary file modified plugins/org.jkiss.dbeaver.ext.generic/icons/[email protected]
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
6 changes: 3 additions & 3 deletions plugins/org.jkiss.dbeaver.ext.generic/plugin.xml
Original file line number Diff line number Diff line change
Expand Up @@ -1691,16 +1691,16 @@
<!-- Salesforce CDP-->
<driver
id="salesforce_jdbc"
label="Salesforce CDP"
label="Salesforce Data Cloud"
class="com.salesforce.cdp.queryservice.QueryServiceDriver"
icon="icons/salesforce_icon.png"
iconBig="icons/salesforce_icon_big.png"
sampleURL="jdbc:queryService-jdbc:{database}"
defaultDatabase="https://login.salesforce.com"
description="Salesforce CDP JDBC driver"
description="Salesforce Data Cloud JDBC driver"
webURL="https://github.com/forcedotcom/Salesforce-CDP-jdbc"
categories="sql">
<file type="jar" path="https://github.com/forcedotcom/Salesforce-CDP-jdbc/releases/download/release_2023.01a/Salesforce-CDP-jdbc-1.16.0.jar" bundle="!drivers.salesforce"/>
<file type="jar" path="https://github.com/forcedotcom/Salesforce-CDP-jdbc/releases/download/release_2024.4B/Salesforce-cdp-1.19.4.jar" bundle="!drivers.salesforce"/>
<file type="jar" path="drivers/salesforce" bundle="drivers.salesforce"/>
<file type="license" path="https://www.apache.org/licenses/LICENSE-2.0.txt" bundle="!drivers.salesforce"/>
<file type="license" path="drivers/apache_lic/LICENSE.txt" bundle="drivers.salesforce"/>
Expand Down