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

Update login type JDBC driver property #48

Closed
kaklakariada opened this issue Feb 9, 2022 · 0 comments · Fixed by #49
Closed

Update login type JDBC driver property #48

kaklakariada opened this issue Feb 9, 2022 · 0 comments · Fixed by #49
Assignees
Labels
refactoring Code improvement without behavior change

Comments

@kaklakariada
Copy link
Collaborator

kaklakariada commented Feb 9, 2022

The loginType property will be changed in JDBC driver 7.1.7 and 8.0.0. It will be renamed to logintype with values sspi and gss.

The old property loginType with values 1 and 2 will be kept for backwards compatibility.

In order to work with future JDBC drivers, the connector must specify both parameters loginType=2 and logintype=gss.

@kaklakariada kaklakariada added refactoring Code improvement without behavior change source:exasol labels Feb 9, 2022
@kaklakariada kaklakariada self-assigned this Feb 23, 2022
kaklakariada added a commit that referenced this issue Feb 23, 2022
* #48: Add JDBC parameter logintype

* Create archive of test results
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
refactoring Code improvement without behavior change
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant