Re: [sqlite] Entry Points missing from sqlite3ext.h

2014-07-28 Thread Jan Nijtmans
2014-07-22 0:13 GMT+02:00 Peter Aronson : > Found in 3.8.4.3. Missing from sqlite3ext.h are sqlite3_auto_extension() and > sqlite3_cancel_auto_extension(). > > Now, you might ask, why would I need these functions in an extension? Well, > it turns out I'm writing a virtual

[sqlite] Entry Points missing from sqlite3ext.h

2014-07-21 Thread Peter Aronson
Found in 3.8.4.3.  Missing from sqlite3ext.h are sqlite3_auto_extension() and sqlite3_cancel_auto_extension().  Now, you might ask, why would I need these functions in an extension?  Well, it turns out I'm writing a virtual table that accesses someone else's library that also uses SQLite, at