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

feat: async connection api #290

Closed
wants to merge 59 commits into from
Closed

feat: async connection api #290

wants to merge 59 commits into from

Conversation

olavloite
Copy link
Collaborator

Adds async support for the connection API.

Some integration tests started transactions without executing a query,
and expected these transactions to fail. However, as the client is
now non-blocking up until the first call to ResultSet#next(), no
exception would occur.
@googlebot googlebot added the cla: yes This human has signed the Contributor License Agreement. label Jun 21, 2020
@olavloite olavloite changed the title Connection api async feat: async connection api Jun 21, 2020
@olavloite olavloite mentioned this pull request Jun 21, 2020
Base automatically changed from async-api to master June 30, 2020 18:45
@product-auto-label product-auto-label bot added the api: spanner Issues related to the googleapis/java-spanner API. label Aug 21, 2020
@olavloite
Copy link
Collaborator Author

Closing in favor of #392

@olavloite olavloite closed this Aug 26, 2020
rajatbhatta pushed a commit to rajatbhatta/java-spanner that referenced this pull request Nov 17, 2022
…#291)

Cloud Spanner now supports generated columns. These were reported as normal columns
in the JDBC metadata. These are now reported correctly as generated columns.

Fixes googleapis#290
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
api: spanner Issues related to the googleapis/java-spanner API. cla: yes This human has signed the Contributor License Agreement.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants