Fix is in

http://www.sqlite.org/cvstrac/tktview?tn=2219

[This covers both fts1 and fts2.]

-scott


On 2/6/07, Scott Hess <[EMAIL PROTECTED]> wrote:
http://www.sqlite.org/cvstrac/tktview?tn=2219

   ATTACH DATABASE 'test2.db' AS two;
   CREATE VIRTUAL TABLE two.t2 USING fts2(content);

will put t2_content, t2_segments, and t2_segdir in database 'main'
rather than database 'two'. In many cases everything will appear to
work, because the tables will be defaults for that name.

IMPORTANT!  I have a fix on the way, but if you have a system using
fts1 or fts2 in this situation, things will stop working when the fix
is applied, because fts will no longer be able to see the tables that
are in the wrong place!

-scott


-----------------------------------------------------------------------------
To unsubscribe, send email to [EMAIL PROTECTED]
-----------------------------------------------------------------------------

Reply via email to