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

SQL: JDBC meta-data is always using an empty string for column label #38831

Closed
astefan opened this issue Feb 13, 2019 · 1 comment · Fixed by #38842
Closed

SQL: JDBC meta-data is always using an empty string for column label #38831

astefan opened this issue Feb 13, 2019 · 1 comment · Fixed by #38842
Assignees
Labels

Comments

@astefan
Copy link
Contributor

astefan commented Feb 13, 2019

The spec defines the column label as

The suggested title is usually specified by the SQL AS clause. If a SQL AS is not specified, the value returned from getColumnLabel will be the same as the value returned by the getColumnName method.

But in our case, it's always returning an empty string.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

4 participants