Skip to content
Snippets Groups Projects
Verified Commit 7e5ea1c8 authored by Denis Smirnov's avatar Denis Smirnov
Browse files

refactoring: make a query own the parameters vector

The internal bind_params() destructs parameter vector and reuses
its allocated values to bind them inside the IR tree. It is logical
to consume the parameters as they would be destroyed and we can't
reuse them any more.
parent da28576c
No related branches found
No related tags found
1 merge request!1414sbroad import
Showing
with 122 additions and 135 deletions
Loading
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment