-
Notifications
You must be signed in to change notification settings - Fork 147
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[SQLLINE-183] Add wrapper around DatabaseMetaData, to make SQLLine le…
…ss susceptible to errors in underlying JDBC driver Wrapper uses reflection, and handles method-not-supported exceptions. In future it could perhaps handle other exceptions, and do caching. Add a test emulating hive behaviour with method not supported. Add "strictJdbc" property to mark whether we should use default values when hitting not-supported/not-implemented methods of DatabaseMetaData.
- Loading branch information
1 parent
68bf5df
commit e2c67fe
Showing
14 changed files
with
1,140 additions
and
20 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Oops, something went wrong.