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

Cb 5440 merge into internal db #35594

Open
wants to merge 23 commits into
base: devel
Choose a base branch
from

Conversation

DenisSinelnikov
Copy link
Contributor

No description provided.

import java.util.Properties;
import java.util.function.Function;

public abstract class InternalDB {
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

I don't really like idea to add apache dbcp dependency into dbeaver. I'd prefer to remove it from dbeaver-ee instead. We should use java.sql.DataSource wherever possible.

I don't like bundle name also. We can keep this code in o.j.d.model.jdbc

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants