Hi, Does sql_pvquery() clean up after itself? The other query APIs return a result handle that you clean up with sql_result_free(), but sql_pvquery() doesn’t appear to return any handle, so is it self-collecting? Cheers, Ben