Catch UnsupportedOperationException alongside SQLFeatureNotSupportedException and AbstractMethodError in DbxJdbcPlugin. Hive-based drivers (e.g., Transwarp Inceptor) throw UnsupportedOperationException for unsupported optional JDBC methods instead of the standard SQLFeatureNotSupportedException. Since it is a RuntimeException, it previously propagated uncaught and crashed the connection. Fixes #912 |
||
|---|---|---|
| .. | ||
| jdbc | ||
| README.md | ||
README.md
Plugins
DBX extension plugins live here.
Plugins are not Node packages, so they intentionally stay separate from packages/.
Directories
jdbc/- optional Java/JDBC plugin for connecting through vendor JDBC drivers and custom JDBC URLs.
Plugin build artifacts, downloaded driver JARs, and local targets are ignored by Git.