Skip to content
New issue

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

Support ResultSetMetaData#isReadOnly and isWritable methods #36

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

muga
Copy link
Member

@muga muga commented Mar 2, 2018

This PR supports ResultSetMetaData#isReadOnly and #isWritable. The methods are used by SQL Workbench. In this PR, The isReadOnly method returns true because we may want to read columns only via JDBC driver now.

@muga
Copy link
Member Author

muga commented Mar 2, 2018

Presto JDBC driver also returns true.
https://github.com/prestodb/presto/blob/master/presto-
jdbc/src/main/java/com/facebook/presto/jdbc/PrestoResultSetMetaData.java#L171

@yuokada yuokada requested a review from a team as a code owner April 6, 2023 02:07
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant