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

Examine adapter property EXCEPTION_HANDLING, potentially remove #269

Closed
ckunki opened this issue Nov 29, 2022 · 2 comments · Fixed by #281
Closed

Examine adapter property EXCEPTION_HANDLING, potentially remove #269

ckunki opened this issue Nov 29, 2022 · 2 comments · Fixed by #281
Assignees
Labels
refactoring Code improvement without behavior change

Comments

@ckunki
Copy link
Collaborator

ckunki commented Nov 29, 2022

Public constants and methods in class virtual-schema-common-java/AdapterProperties.

String EXCEPTION_HANDLING_PROPERTY = "EXCEPTION_HANDLING";
String getExceptionHandling()
boolean hasExceptionHandling()

Currently there is no evidence for usage of this property. If it is unused we can remove the definition.

Searching in GitHub org exasol returns usages in

Hits in repositories considered as irrelevant:

See also

@kaklakariada
Copy link
Contributor

Marked exception handling property as deprecated in #275 as preparation for this.

@kaklakariada
Copy link
Contributor

Precondition for implementing this: exasol/virtual-schema-common-jdbc#156

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.

2 participants