loadable extensions are not required to create custom functions, and having
access to source is not required for custom functions either.  SQLite.NET
provides very clean support for custom functions written in any .NET
language and they are loaded automatically by the wrapper from any DLL
present in the application--they don't have to be added to the SQLite.NET
codebase.

Sam 


-------------------------------------------
We're Hiring! Seeking a passionate developer to join our team building
products. Position is in the Washington D.C. metro area. If interested
contact [EMAIL PROTECTED]
 
-----Original Message-----
From: Joe Wilson [mailto:[EMAIL PROTECTED] 
Sent: Thursday, August 16, 2007 9:34 AM
To: sqlite-users@sqlite.org
Subject: Re: [sqlite] Problem loading extension in Delphi (FTS2)

--- Ralf Junker <[EMAIL PROTECTED]> wrote:
> >Your product is not useful to a few users like me who require custom 
> >sqlite functions for their databases.
> 
> I am not sure I understand currectly. Only loadable extensions are
currently omited from
> DISQLite3.
> 
> sqlite3_create_function() is very well available in DISQLite3 Pro to
create custom SQL
> functions.

I assumed that people would want to load their custom functions from sqlite 
extension shared libraries. But if your customers get source code, I suppose
they can work around this.

I prefer to have a separate sqlite3 shared library so it can be customized 
and upgraded independently of the host application.


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to