tarantool/tntcxx

Dynamic SQL queries with parameters

Closed this issue · 1 comments

How can I execute dynamic SQL queries with parameters?
I mean queries that are constucted and executed at run time, not compile time.

Simple example:
insert into xxx (a, b, c, ...) values (?, ?, ?, ...) - here number of tuples (and may be number of values) is unknown at time of query definition. I know it only at time of executing. So I can't use tuples at compile time. I should construct them at runtime.

And more general question: how can I do it with NoSQL-facilities of Tarantool?

How can I do it with this connector?

Hey! The connector is being developed by the community. We can review if you bring changes.