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

Multiple batched request #111

Open
Ezeta31 opened this issue Jun 3, 2024 · 1 comment
Open

Multiple batched request #111

Ezeta31 opened this issue Jun 3, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@Ezeta31
Copy link

Ezeta31 commented Jun 3, 2024

it would be useful to be able to submit multiple requests in one batch, and to retrieve the multiple results.

The idea is to avoid several way and back from the swift app to the server when we do not need to wait for the server answer to decide the next request (ie. Request several select on various table without join, and retrieve the different select result in one answer)

@Ezeta31 Ezeta31 added the enhancement New feature or request label Jun 3, 2024
@gwynne
Copy link
Member

gwynne commented Jun 3, 2024

This functionality will be available via the CLIENT_MULTI_STATEMENTS and CLIENT_MULTI_RESULT capabilities implemented in the in-progress package rewrite. You can follow this branch to see progress (at least until I manage to find time to make an actual PR for it).

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

No branches or pull requests

2 participants