On 7/5/18, Jeffrey Mumford <jmumf...@secondsight.com> wrote:
>
> It appears that when querying from long text fields, sqlite assumes the
> first instance of the field is the length of all subsequent fields.

When you use ".mode column", it has to make some assumptions along
those lines.  I suggest you set ".mode quote" or ".mode line" in order
to see the full text of ever column.

-- 
D. Richard Hipp
d...@sqlite.org
_______________________________________________
sqlite-users mailing list
sqlite-users@mailinglists.sqlite.org
http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to