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

Implement toString() for JDBC driver Array result #3803

Merged
merged 1 commit into from May 20, 2020

Conversation

electrum
Copy link
Member

This is not required by the specification, but provides a nicer
experience for clients that simply convert the returned object
into a string. Some clients may expect this behavior due to the
PostgreSQL driver supporting toString() for arrays.

This is not required by the specification, but provides a nicer
experience for clients that simply convert the returned object
into a string. Some clients may expect this behavior due to the
PostgreSQL driver supporting toString() for arrays.
@cla-bot cla-bot bot added the cla-signed label May 20, 2020
@electrum electrum merged commit d33500e into trinodb:master May 20, 2020
@electrum electrum deleted the jdbcarray branch May 20, 2020 21:34
@electrum electrum mentioned this pull request May 28, 2020
8 tasks
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Development

Successfully merging this pull request may close these issues.

None yet

3 participants