On Thu, Apr 22, 2010 at 06:31:07PM -0400, Derek Martin scratched on the wall:
> Hi,
> 
> I have a query that produces about 10 columns, some of which are very
> wide.  When I run sqlite3 with -column -header, it truncates all
> fields to 10 characters.  This makes the query absolutely useless.
> How can I turn off this truncation?  
> 
> I already tried explicitly setting the width to 0, that did not help.

  Pick large enough values, or don't use column mode.  

   -j

-- 
Jay A. Kreibich < J A Y  @  K R E I B I.C H >

"Our opponent is an alien starship packed with atomic bombs.  We have
 a protractor."   "I'll go home and see if I can scrounge up a ruler
 and a piece of string."  --from Anathem by Neal Stephenson
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to