[sqlite] Processing arguments in a user-defined function

2016-05-02 Thread Hick Gunter
-Urspr?ngliche Nachricht- Von: sqlite-users-bounces at mailinglists.sqlite.org [mailto:sqlite-users-bounces at mailinglists.sqlite.org] Im Auftrag von David Lee Gesendet: Sonntag, 01. Mai 2016 04:56 An: sqlite-users at mailinglists.sqlite.org Betreff: [sqlite] Processing arguments in a

[sqlite] Processing arguments in a user-defined function

2016-05-01 Thread David Lee
Forgot to add: My user-defined function uses C/C++ API provided by SQLite, and will be compiled into an extension (Windows dll). On 1 May 2016 at 10:55, David Lee wrote: > Hi, > > I am trying to implement a user-defined function (not aggregate > function) that takes two arguments. > > SQLite ver

[sqlite] Processing arguments in a user-defined function

2016-05-01 Thread David Lee
Hi, I am trying to implement a user-defined function (not aggregate function) that takes two arguments. SQLite version is 3.8.11.1 - (1) According to the paragraph near the bottom of this help page (https://www.sqlite.org/c3ref/value_blob.html) >> Please pay particular attention to the fact th