Skip to content

feat: extend sql execute API

Adds a new exported version of symbols for SQL execution:

  • stmt_execute_into_port
  • sql_execute_into_port

Unlike the previous version, the results are stored in the port provided by the caller, rather then in the obuf. This avoids redundant data copying for the caller, who wants to return results "as is".

Ref:

Edited by Denis Smirnov

Merge request reports

Loading