[sqlite] Attaching vfs

2011-03-06 Thread Max Vlasov
Hi, as long I understand for Attach command sqlite assumes the same vfs as the one used the the connection. Can this be extended to allow more communication possibilities between vfs'es? For example, currently it's not possible for some exotic vfs to selectively import data from a conventional

Re: [sqlite] Attaching vfs

2011-03-06 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/06/2011 06:31 AM, Max Vlasov wrote: For example, currently it's not possible for some exotic vfs to selectively import data from a conventional format db (CMIIW) A VFS is only used for reading and writing SQLite's btree pages. If you want

Re: [sqlite] Attaching vfs

2011-03-06 Thread Max Vlasov
On Sun, Mar 6, 2011 at 9:00 PM, Roger Binns rog...@rogerbinns.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/06/2011 06:31 AM, Max Vlasov wrote: For example, currently it's not possible for some exotic vfs to selectively import data from a conventional format db (CMIIW)

Re: [sqlite] Attaching vfs

2011-03-06 Thread Roger Binns
-BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/06/2011 03:04 PM, Max Vlasov wrote: I don't think I need a solution that complex. You need to be very careful with your terminology :-) As for getting other data into your database, just do a .dump of a different SQLite database and run it.

Re: [sqlite] Attaching vfs

2011-03-06 Thread Max Vlasov
On Mon, Mar 7, 2011 at 2:56 AM, Roger Binns rog...@rogerbinns.com wrote: -BEGIN PGP SIGNED MESSAGE- Hash: SHA1 On 03/06/2011 03:04 PM, Max Vlasov wrote: I don't think I need a solution that complex. You need to be very careful with your terminology :-) As for getting other data