| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
@jbonofre will this go into 19.0.0? It's a simple fix, most of the PR is a test. |
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
What's Changed
Multiple DatabaseMetaData methods had NPEs when the method
ArrowDatabaseMetadata.getSqlInfoAndCacheIfCacheIsEmpty(final SqlInfo sqlInfoCommand, final Class<T> desiredType)
returned null.
Now the method never returns null. If the database server does not provide the requested info, either a sensible default is returned or a SQLException is thrown.
Closes #994.