Re: Any reason not to make a new DBI release?

2012-01-30 Thread David E. Wheeler
On Jan 29, 2012, at 11:06 AM, Martin J. Evans wrote: I'd be happy with that as I'm looking forward to asking people to use DBI_TRACE=DBD. I've had no problems with the lastest releases and subversion trunk. I’d like to see a statement about Unicode support in the docs, and any

Re: Any reason not to make a new DBI release?

2012-01-30 Thread demerphq
On 30 January 2012 00:16, David E. Wheeler da...@justatheory.com wrote: On Jan 29, 2012, at 11:06 AM, Martin J. Evans wrote: I'd be happy with that as I'm looking forward to asking people to use DBI_TRACE=DBD. I've had no problems with the lastest releases and subversion trunk. I’d like

Re: speeding up XS_DBI_dispatch()

2012-01-30 Thread Dave Mitchell
On Sun, Jan 29, 2012 at 10:06:58PM +, Tim Bunce wrote: On Sun, Jan 29, 2012 at 06:12:50PM +, Dave Mitchell wrote: The code itself (see diff below) just attaches some magic to the outer CV that caches the GV of the corresponding inner method. Any reason for not using the existing

Re: speeding up XS_DBI_dispatch()

2012-01-30 Thread Tim Bunce
On Mon, Jan 30, 2012 at 12:48:32PM +, Dave Mitchell wrote: On Sun, Jan 29, 2012 at 10:06:58PM +, Tim Bunce wrote: On Sun, Jan 29, 2012 at 06:12:50PM +, Dave Mitchell wrote: The code itself (see diff below) just attaches some magic to the outer CV that caches the GV of the

Re: Any reason not to make a new DBI release?

2012-01-30 Thread Tim Bunce
On Mon, Jan 30, 2012 at 11:51:50AM +0100, demerphq wrote: On 30 January 2012 00:16, David E. Wheeler da...@justatheory.com wrote: On Jan 29, 2012, at 11:06 AM, Martin J. Evans wrote: I'd be happy with that as I'm looking forward to asking people to use DBI_TRACE=DBD. I've had no

Re: Adding more information to errors

2012-01-30 Thread Tim Bunce
On Wed, Jan 25, 2012 at 08:37:57PM +, Martin J. Evans wrote: I've recently been asked why DBD::ODBC does not tell you which bound parameter or bound column is in error when an insert/select specifies a type which the driver cannot convert to e.g., column is varchar(10) and bind column as