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
format db (CMIIW)

There was a suggestion in the list to extend the Attach syntax. I think it's
easier and safer to do this with a pragma, that temporally points the the
name of vfs to be used for attach command. This pragma can empty by default
for any newly opened db (the same vfs assumed)

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

Reply via email to