Re: PostgreSQL driver DBD::Pg releases version 3.0.0

2014-02-06 Thread Tim Bunce
On Thu, Feb 06, 2014 at 12:30:15PM +1100, Ron Savage wrote: Eg: map{($_ = encode('utf-8', $$hashref{$_}) )} keys %$hashref $$item{$_} = decode('utf-8', $$item{$_} || '') for keys %$item Performance tip: using the function form of encode() and decode() is significantly slower than using the

Re: DBI doc buglet

2014-02-06 Thread Ron Savage
Hi Tim On 06/02/14 23:53, Tim Bunce wrote: On Thu, Feb 06, 2014 at 02:22:35PM +1100, Ron Savage wrote: Hi Under connect(), 9 lines down, the text '(i.e., the $data_source prefix is dbi::)' should only have 1 colon. You mean here?:

Re: PostgreSQL driver DBD::Pg releases version 3.0.0

2014-02-06 Thread Ron Savage
Hi Tim On 06/02/14 23:48, Tim Bunce wrote: On Thu, Feb 06, 2014 at 12:30:15PM +1100, Ron Savage wrote: Eg: map{($_ = encode('utf-8', $$hashref{$_}) )} keys %$hashref $$item{$_} = decode('utf-8', $$item{$_} || '') for keys %$item Performance tip: using the function form of encode() and