Skip to content

Support execute chaining#316

Merged
hashhar merged 1 commit intotrinodb:masterfrom
damian3031:support-execute-chaining
Jan 11, 2023
Merged

Support execute chaining#316
hashhar merged 1 commit intotrinodb:masterfrom
damian3031:support-execute-chaining

Conversation

@damian3031
Copy link
Member

resolves #279

Now it is possible to chain fetch operations. Added test for it.

self._iterator = iter(self._query.execute())
return self

def executemany(self, operation, seq_of_params):
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For consistency do we also want it for executemany?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

added for consistency

@damian3031 damian3031 force-pushed the support-execute-chaining branch from 3555cf5 to afc73fd Compare January 10, 2023 11:06
@damian3031 damian3031 requested a review from hashhar January 10, 2023 11:27
@hashhar hashhar merged commit fd78e41 into trinodb:master Jan 11, 2023
This was referenced Jan 11, 2023
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.

Support Execute Chaining

3 participants