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

Add support batch #102

Open
baltazorbest opened this issue Aug 30, 2016 · 0 comments
Open

Add support batch #102

baltazorbest opened this issue Aug 30, 2016 · 0 comments
Assignees
Labels
feature A new functionality php7
Milestone

Comments

@baltazorbest
Copy link
Contributor

baltazorbest commented Aug 30, 2016

Please add support batch for multi insert / update / delete / select.

For example:
$tnt = Tarantool('localhost', 3301); $tnt->connect(); $batch = $tnt->batch(); $batch->insert(); $batch->update(); $batch->delete(); $batch->select(); $result = $batch->exec();

Result like:
array { 'key' => array(result), 'key' => array(result) }

@bigbes bigbes added feature A new functionality php7 labels Sep 6, 2016
@bigbes bigbes self-assigned this Sep 6, 2016
@Totktonada Totktonada added this to the wishlist milestone Mar 23, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature A new functionality php7
Projects
None yet
Development

No branches or pull requests

3 participants