Skip to content

sql: support prepared statements #199

New issue

Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? # to your account

Open
Totktonada opened this issue Dec 14, 2021 · 0 comments
Open

sql: support prepared statements #199

Totktonada opened this issue Dec 14, 2021 · 0 comments
Labels
5sp feature A new functionality sql

Comments

@Totktonada
Copy link
Member

First, it allows to collect information about data types in a response without actual execution (and also get parsed info re input parameters). Second, it allows to don't resend SQL request text each time, just new input parameters.

Documentation: tarantool/doc#1055 and https://www.tarantool.io/en/doc/latest/dev_guide/internals/box_protocol/.

The database API part is here: #176.

# for free to join this conversation on GitHub. Already have an account? # to comment
Labels
5sp feature A new functionality sql
Projects
None yet
Development

No branches or pull requests

3 participants