On Sat, Feb 11, 2006 at 01:22:49PM +0000, 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 docs.
That does change what the prepare_cached() call shows, but not what the execute() shows. Is there a similar setting so I can see all my bind parameters? What I'm after, of course, is a way to watch just the queries (I'm tuning my ORM's selects). Postgresql can log queries, but (IIRC) it won't show already prepared statements. Thanks, -- Bill Moseley [EMAIL PROTECTED]
