May 25, 2022 release notes¶
OPAL¶
index_of_item()
function¶
Given an array and a value, return the index of the first occurrence of that value. See the index_of_item
documentation for details.
embed_sql_params()
function¶
Construct a SQL statement from a string template, replacing placeholder characters with values from an array. This special purpose function may be useful when working with logs containing SQL statements. See the embed_sql_params
documentation for details.