Hmm - all of those functions seem to depend only on their argument input, making no external calls to the database. How would I implement, for example, a stored procedure that performs several inserts/selects on several database tables?
I tried a little experiment with the Perl interface (which uses the sqlite_create_function() call under the hood), and the function I created just hangs when it's called. Is SQLite not re-entrant in this way, or is this a peculiarity of the Perl interface? My code is below.
That capability was added on 2004-Jan-07. See check-in [1166].
I have no idea whether or not Perl supports the new capability.
-- D. Richard Hipp -- [EMAIL PROTECTED] -- 704.948.4565
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]