| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
|
Apologies for the larger than needed PR. I couldn't get the tests passing without running spotless:apply and for some reason that reformatted parts that I did not even touch. |
Sorry, something went wrong.
| statementHandlePreparedStatementMap.remove(new StatementHandleKey(statementHandle)); | ||
| // Testing if the prepared statement was created because the statement can be not created until | ||
| // Testing if the prepared statement was created because the statement can be | ||
| // not created until |
There was a problem hiding this comment.
nit: this change is unecessary (I guess it's due to reformating)
Sorry, something went wrong.
| return new ExecuteResult(Collections.singletonList(metaResultSet)); | ||
| } catch (SQLTimeoutException e) { | ||
| // So far AvaticaStatement(executeInternal) only handles NoSuchStatement and Runtime | ||
| // So far AvaticaStatement(executeInternal) only handles NoSuchStatement and |
There was a problem hiding this comment.
nit: same here
Sorry, something went wrong.
|
LGTM, I'm merging. |
Sorry, something went wrong.
## What's Changed Connection.setCatalog() is not silently ignored anymore (through the default implementation in Calcite) but instead it updates the catalog session option in the same way as during the initial connection. Closes apache#942.
| Back | FazBrowse Home | New Git URL |
What's Changed
Connection.setCatalog() is not silently ignored anymore (through the default implementation in Calcite) but instead it updates the catalog session option in the same way as during the initial connection.
Closes #942.