Re: [sqlite] Widen output of file field for .databases CLI command

2011-09-03 Thread Keith Christian
On Thu, Aug 25, 2011 at 6:47 PM, Clark Christensen wrote: > Hi Keith, > > How about > > pragma database_list; > >  -Clark I'll try it! Thanks! Keith ___ sqlite-users mailing list sqlite-users@sqlite.org

Re: [sqlite] Widen output of file field for .databases CLI command

2011-08-25 Thread Clark Christensen
Hi Keith, How about pragma database_list;  -Clark From: Keith Christian <keith1christ...@gmail.com> To: sqlite-users@sqlite.org Sent: Thursday, August 25, 2011 8:55 AM Subject: [sqlite] Widen output of file field for .databases CLI c

[sqlite] Widen output of file field for .databases CLI command

2011-08-25 Thread Keith Christian
Is there a parameter that will widen the "file" column when ".databases" is typed at the sqlite> prompt? Occasionally the database is several directories deep and the filename is lost or truncated if the complete path is more than 58 characters wide. If no parameter exists, could the "file"