Re: [sqlite] List of DB virtual modules

2012-01-23 Thread Max Vlasov
On Mon, Jan 23, 2012 at 5:36 PM, Richard Hipp wrote: > On Mon, Jan 23, 2012 at 8:06 AM, Max Vlasov wrote: > > > > it there an easy way (without manual statements parsing) to get the list > of > > modules used in all (if any) virtual tables statements of the schema? ... > > > > There is no way to

Re: [sqlite] List of DB virtual modules

2012-01-23 Thread Richard Hipp
On Mon, Jan 23, 2012 at 8:06 AM, Max Vlasov wrote: > Hi, > > it there an easy way (without manual statements parsing) to get the list of > modules used in all (if any) virtual tables statements of the schema? For > any opened db I wanted to automatically enable found modules (if I > recognize the