Re: [sqlite] Extension functions for SQLite in C for free

2007-03-27 Thread Liam Healy
I want to express my appreciation for this valuable contribution. I have taken the liberty of simplifying this source code to three files: func_ext.c, map.c, and map.h. Otherwise, all that's needed is the SQLite source code. Because config.h doesn't seem to be created in the configuration proc

Re: [sqlite] Extension functions for SQLite in C for free

2007-03-03 Thread jp
> T&B wrote: > > Last month, Mikey C wrote (in part): > > > >> I've had these functions hanging around for some > time... if anyone > >> wants the code, please take it. > >> > >> I have all the code as a MS Visual Studio 2003 > project. It is based > >> on source code 3.3.5 > > > > > >> re

Re: [sqlite] Extension functions for SQLite in C for free

2007-03-03 Thread John Stanton
T&B wrote: Last month, Mikey C wrote (in part): I've had these functions hanging around for some time... if anyone wants the code, please take it. I have all the code as a MS Visual Studio 2003 project. It is based on source code 3.3.5 replace(X,Y,Z) Returns the string X with every occ

Re: [sqlite] Extension functions for SQLite in C for free

2007-03-02 Thread
Last month, Mikey C wrote (in part): I've had these functions hanging around for some time... if anyone wants the code, please take it. I have all the code as a MS Visual Studio 2003 project. It is based on source code 3.3.5 replace(X,Y,Z) Returns the string X with every occurence of Y

Re: [sqlite] Extension functions for SQLite in C for free

2007-02-07 Thread Mikey C
No problem, attached is the raw source code, no binaries. Ralf Junker wrote: > > Hello Mikey C, > >>If anyone is having problems downloading the file (which is large as it >>contains debug & release binaries and all the obj files), please email me at >>[EMAIL PROTECTED] and I'll email just th

Re: [sqlite] Extension functions for SQLite in C for free

2007-02-07 Thread Ralf Junker
Hello Mikey C, >If anyone is having problems downloading the file (which is large as it >contains debug & release binaries and all the obj files), please email me at >[EMAIL PROTECTED] and I'll email just the raw source code only. Would it be possible to upload just the raw source code as a separ

Re: [sqlite] Extension functions for SQLite in C for free

2007-02-07 Thread Mikey C
No problem. If anyone is having problems downloading the file (which is large as it contains debug & release binaries and all the obj files), please email me at [EMAIL PROTECTED] and I'll email just the raw source code only. Mikey Jay Sprenkle wrote: > > Thanks for sharing MIkey. > > On 2/6/

Re: [sqlite] Extension functions for SQLite in C for free

2007-02-06 Thread Jay Sprenkle
Thanks for sharing MIkey. On 2/6/07, Mikey C <[EMAIL PROTECTED]> wrote: Hi, I've had these functions hanging around for some time. They are not fully tested and come with no warranty of fitness, but if anyone wants the code, please take it.

[sqlite] Extension functions for SQLite in C for free

2007-02-06 Thread Mikey C
Hi, I've had these functions hanging around for some time. They are not fully tested and come with no warranty of fitness, but if anyone wants the code, please take it. I have all the code as a MS Visual Studio 2003 project. It is based on source code 3.3.5 abs(X) Return the absolute value of