Jean-Christophe Deschamps wrote: > Is it possible to invoke SQLite functions while INITing a loadable > extension?
Of course. The extension is expected to do things like registering custom functions, collations, virtual tables and so on. > I ask because I need to know if the design I've in mind is at all > possible. It needs to issue a very simple select on an already opened > DB and fetch one row of data, which could all be done with > sqlite3_get_table. Shouldn't be a problem. > Also, quite the same question arises from inside user-defined > collation/scalar/aggregate functions: which function of the SQLite API > is/isn't callable? I'm not aware of any limitations. Igor Tandetnik _______________________________________________ sqlite-users mailing list [email protected] http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

