Optional Static bind of Blob

Issue #13 resolved
James Powell repo owner created an issue

Currently use Transient, which causes a copy, but should be able to use Static, at least in the Exec functions, where there is no reason why LabVIEW would touch the value.

Idea: a setting of Statement to use Static.

https://www.sqlite.org/c3ref/bind_blob.html

Comments (5)

  1. James Powell reporter

    Another thought is the use of “Const” checkbox on the Blob parameter; are we sometimes having LabVIEW make a copy?

  2. James Powell reporter

    The “Static” does make a significant difference with large items. “Const” doesn’t seem to do anything that I can tell.

  3. Log in to comment