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

Fu/transaction one result #73

Merged
merged 7 commits into from
May 10, 2021
Merged

Fu/transaction one result #73

merged 7 commits into from
May 10, 2021

Conversation

FrankUrbach
Copy link
Collaborator

For a more convenient handling of the results of a query or execute inside a transaction the result will be given back as one Item if it is a Transaction_Res. Otherwise the result of a query or execute will be a vector of Transaction_ResParts.

should have the transaction as a subtype
from AbstractCoreTransaction
If only one Transaction_Res is given back, this
will be the answer to the request else the result
vector will be given back.
@FrankUrbach FrankUrbach added the enhancement New feature or request label May 3, 2021
@FrankUrbach FrankUrbach added this to the Version 1.0 milestone May 3, 2021
@FrankUrbach FrankUrbach self-assigned this May 3, 2021
@FrankUrbach FrankUrbach added this to In progress in TypeDBClient V1 via automation May 3, 2021
stream in Transaction. All necessary following things are also corrected
@FrankUrbach FrankUrbach added the bug Something isn't working label May 3, 2021
TypeDBClient V1 automation moved this from In progress to Reviewer approved May 9, 2021
@FrankUrbach FrankUrbach merged commit 5acdb19 into main May 10, 2021
TypeDBClient V1 automation moved this from Reviewer approved to Done May 10, 2021
@FrankUrbach FrankUrbach deleted the fu/transaction_one_result branch May 10, 2021 01:04
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working enhancement New feature or request
Projects
Development

Successfully merging this pull request may close these issues.

None yet

2 participants