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

Teradata connection requires Database/Schema override #29934

Open
Anteus opened this issue May 7, 2024 · 1 comment
Open

Teradata connection requires Database/Schema override #29934

Anteus opened this issue May 7, 2024 · 1 comment

Comments

@Anteus
Copy link

Anteus commented May 7, 2024

Is your feature request related to a problem? Please describe.
When creating a connection to a Teradata database the field Database/schema (DATABASE=) is required by DBeaver but not by Teradata as it is only used to override the default database defined for the database user. It causes some confusion for newcomers.

Specifies a default database for use after logon, to override the default database defined for the database user.
https://teradata-docs.s3.amazonaws.com/doc/connectivity/jdbc/reference/current/jdbcug_chapter_2.html#URL_DATABASE

Describe the solution you'd like
The field Database/schema to be optional.
I guess changing it here:

sampleURL="jdbc:teradata://{host}/DATABASE={database},DBS_PORT={port}"

Perhaps using defaultDatabase somehow?
Describe alternatives you've considered
Setting it to the username of the user connecting?
Additional context
Add any other context or screenshots about the feature request here.

@E1izabeth
Copy link
Member

Thank you for report

@E1izabeth E1izabeth added this to the 24.1.3 milestone May 17, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants