Content-Length: 212195 | pFad | http://github.com/ClickHouse/clickhouse-java/issues/2411
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
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
There are some issues with the ConnectionImpl class that should be fixed:
ConnectionImpl
nativeSQL
isValid(int timeout)
setSchema(String schema)
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Fetched URL: http://github.com/ClickHouse/clickhouse-java/issues/2411
Alternative Proxies:
Alternative Proxy
pFad Proxy
pFad v3 Proxy
pFad v4 Proxy
Description
There are some issues with the
ConnectionImpl
class that should be fixed:nativeSQL
is implemented not according to the spec. Related to escaping that is done already in another partisValid(int timeout)
- throws exception on closed connection but should return falsesetSchema(String schema)
- No tests how it affects child statementsThe text was updated successfully, but these errors were encountered: