The commit that added it (
https://www3.sqlite.org/cgi/src/info/b3f2c3205a28dc21) says that it's used
to improve fts3_tokenizer(), so maybe look at the diffs of that function to
see how it's used there to get an idea for what it's intended for?

On Wed, Apr 17, 2019, 9:22 AM Jens Alfke <j...@mooseyard.com> wrote:

> The new sqlite3_value_frombind() function sounds intriguing — "True if
> value originated from a bound parameter
>  — but I’m drawing a blank thinking of use cases for it. Optimizations?
> Security? What was the rationale for adding it?
>
> —Jens
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@mailinglists.sqlite.org
> http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users
>
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to