Hi TIm,
sqlite3 already includes the ability to define the width manually with the
.width command.  I was hoping that there might be a way to use the defined
string length as part of the default when .width is not used.
Pete

On Thu, Apr 26, 2012 at 9:00 AM, <sqlite-users-requ...@sqlite.org> wrote:

> Nothing to stop you adding some code to the sqlite3 CLI program to have
> extra commands, allowing you to define column widths for display purposes.
> E.g:
>
> sqlite3> .colwidth xxxxx 27
>
> where xxxxx is the name of a column in some table.
>
> --
> Cheers  --  Tim
>



-- 
Pete
Molly's Revenge <http://www.mollysrevenge.com>
_______________________________________________
sqlite-users mailing list
sqlite-users@sqlite.org
http://sqlite.org:8080/cgi-bin/mailman/listinfo/sqlite-users

Reply via email to