On Tue, Jun 8, 2010 at 9:14 AM, Jay A. Kreibich <j...@kreibi.ch> wrote:
> On Tue, Jun 08, 2010 at 08:49:22AM -0500, P Kishor scratched on the wall:
>> On Tue, Jun 8, 2010 at 8:29 AM, Jay A. Kreibich <j...@kreibi.ch> wrote:
>> > On Tue, Jun 08, 2010 at 06:56:33AM -0500, P Kishor scratched on the wall:
>> >> Hi all, re-asking this in case it missed some of the keener eyes -- I
>> >> am using the Snippet() function to return a snippet of text from my
>> >> FTS3 table showing the MATCH context. I would like to make the
>> >> returned snippet longer. Is that possible?
>> >
>> > ?Yes. ? ? http://sqlite.org/fts3.html#section_4_2
>
>> First, what the heck does '-15' mean?
>
>  Read the two paragraphs that start "Assuming N is a positive
>  value..." and "If N is a negative value...".
>
>> Second, specifying
>> anything more than 4 arguments gives me a SQLite error. For example,
>
>  Are you using the latest build?  It appears to have been updated from
>  an older version that only accepted four arguments.
>


ahhh... that could be it. I am using DBD::SQLite 1.29, which uses sqlite 3.6.22.

It would be nice if each documentation page included the version
number of sqlite for which that specific documentation was valid.
Otherwise, there is no knowing what works and what doesn't work.


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

Reply via email to