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. -- SqliteImporter, SqliteReplicator: Command line utilities for Sqlite http://www.reddawn.net/~jsprenkl/Sqlite