Jay Sprenkle wrote:
On 5/24/06, John Stanton <[EMAIL PROTECTED]> wrote:


A simple way to do that would be to have a conditional compile built
into the function tables in func.c so that user written modules could be
conditionally compiled in.  A quick glance at the code suggests that two
conditional compile points would be necessary, one in
sqlite3RegisterBuiltInFunctions and another elsewhere in the file to
include the code for the added functions.



I'd like to see plugins added to Sqlite. It solves the issues with keeping the
software lightweight and defining user functionality. Let the user
include addons at run time. You might even be able to implement
stored procedures using this concept.

Why add indirection when it is not necessary and is outside the concept of the product? Sqlite is not a program like a WWW browser, it is a library of functions. What is wrong with adding to the library?

Reply via email to