[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

[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

[sqlite] database disk image is malformed

2016-05-01 Thread Simon Slavin
On 1 May 2016, at 2:39am, Igor Korot wrote: > How do I recover the information? Do you have a copy of that file from before you updated ? Can you run integrity_check() on it ? Simon.