Hm, FTS internally may operate with text data only and so blob/text
types are equal. In my compression patches for FTS the blob result of
uncompress() is correct... but there is no documentation for FTS4
compression and will be type ignoring of uncompressed values correct
in future? Saving types of uncompressed values isn't trivial but is it
needed?..

2011/4/13 Dan Kennedy <danielk1...@gmail.com>:
> On 04/13/2011 02:49 PM, Alexey Pechnikov wrote:
>> What type of value return _uncompress_? The original content may be
>> blob or text, so uncompress may return blob I think... Or we need to
>> store in compressed field the type of this.
>
> I guess that is correct. uncompress() should return the same type
> and value as was passed to compress().
> _______________________________________________
> sqlite-users mailing list
> sqlite-users@sqlite.org
> http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users
>



-- 
Best regards, Alexey Pechnikov.
http://pechnikov.tel/
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to