Hi everyone,

Is it possible to invoke SQLite functions while INITing a loadable 
extension?

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.

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 just don't want to break things or risk later side-effects.


_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to