Russell Leighton <[EMAIL PROTECTED]> wrote:
> Given you can attach multiple database files in sqlite, perhaps it could 
> be extended such that:
> 
>     * When you name an index, you optionally prepend the database name
>       which can be in another currently attached db
>     * You attached to multiple db files that have cross references as:
>           o begin
>           o    attach database tables.sqlite3 as tables
>           o    attach database indices.sqlite3 as indices
>           o end
> 
> 
> Big distruptive code change?

Yes.
--
D. Richard Hipp   <[EMAIL PROTECTED]>

Reply via email to