On 7/5/18, Jeffrey Mumford <[email protected]> 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 [email protected] _______________________________________________ sqlite-users mailing list [email protected] http://mailinglists.sqlite.org/cgi-bin/mailman/listinfo/sqlite-users

