[sqlite] building permanently loaded extensions

2009-09-16 Thread P Kishor
pursuant to a recent email, I am wondering if I can build extension-functions.c so that it is permanently available within sqlite library, and not just when loaded manually via a command. If I can, could someone please guide me t

Re: [sqlite] building permanently loaded extensions

2009-09-28 Thread P Kishor
Sometime back I had asked the following question, and it seems to have gotten Warnocked (http://en.wikipedia.org/wiki/Warnock's_Dilemma) So, here it is again -- how can I convert a loadable extension to a permanently loaded extension? A tutorial, por favor. On Wed, Sep 16, 2009 at 10:25 PM, P Ki

Re: [sqlite] building permanently loaded extensions

2009-09-28 Thread Nuno Lucas
P Kishor wrote: > Sometime back I had asked the following question, and it seems to have > gotten Warnocked (http://en.wikipedia.org/wiki/Warnock's_Dilemma) > > So, here it is again -- how can I convert a loadable extension to a > permanently loaded extension? A tutorial, por favor. I believe you

Re: [sqlite] building permanently loaded extensions

2009-09-28 Thread P Kishor
On Mon, Sep 28, 2009 at 1:21 PM, Nuno Lucas wrote: > P Kishor wrote: >> Sometime back I had asked the following question, and it seems to have >> gotten Warnocked (http://en.wikipedia.org/wiki/Warnock's_Dilemma) >> >> So, here it is again -- how can I convert a loadable extension to a >> permanent

Re: [sqlite] building permanently loaded extensions

2009-09-28 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 P Kishor wrote: > So, here it is again -- how can I convert a loadable extension to a > permanently loaded extension? A tutorial, por favor. Look at how RTree, FTS3 and ICU are done with the amalgamation. Roger -BEGIN PGP SIGNATURE- Version:

Re: [sqlite] building permanently loaded extensions

2009-10-09 Thread Alexey Pechnikov
Hello! On Thursday 17 September 2009 07:25:33 P Kishor wrote: > pursuant to a recent email, I am wondering if I can build > extension-functions.c > > so that it is permanently available within sqlite library, and not > just when