Re: How to change how much trace truncates?

2006-03-16 Thread Bill Moseley
On Sat, Feb 11, 2006 at 01:22:49PM +, Tim Bunce wrote: > On Fri, Feb 10, 2006 at 02:50:11PM -0800, Bill Moseley wrote: > > I'd like to see all of the prepared_cached() and execute() statements > > when tracing. Currently that output is truncated. > > > > How do I change where it truncates? >

Re: How to change how much trace truncates?

2006-02-14 Thread Tim Bunce
On Mon, Feb 13, 2006 at 10:30:46AM -0500, Robert Hicks wrote: > Tim Bunce wrote: > >On Fri, Feb 10, 2006 at 02:50:11PM -0800, Bill Moseley wrote: > >>I'd like to see all of the prepared_cached() and execute() statements > >>when tracing. Currently that output is truncated. > >> > >>How do I change

Re: How to change how much trace truncates?

2006-02-13 Thread Robert Hicks
Tim Bunce wrote: On Fri, Feb 10, 2006 at 02:50:11PM -0800, Bill Moseley wrote: I'd like to see all of the prepared_cached() and execute() statements when tracing. Currently that output is truncated. How do I change where it truncates? From memory it's $DBI::max_neatlen - but it is in the doc

Re: How to change how much trace truncates?

2006-02-11 Thread Tim Bunce
On Fri, Feb 10, 2006 at 02:50:11PM -0800, Bill Moseley wrote: > I'd like to see all of the prepared_cached() and execute() statements > when tracing. Currently that output is truncated. > > How do I change where it truncates? >From memory it's $DBI::max_neatlen - but it is in the docs. Were the

How to change how much trace truncates?

2006-02-10 Thread Bill Moseley
I'd like to see all of the prepared_cached() and execute() statements when tracing. Currently that output is truncated. How do I change where it truncates? Thanks, -- Bill Moseley [EMAIL PROTECTED]