Re: speeding up XS_DBI_dispatch()

2012-02-05 Thread Dave Mitchell
On Mon, Jan 30, 2012 at 10:56:37PM +, Tim Bunce wrote: > On Mon, Jan 30, 2012 at 12:48:32PM +, Dave Mitchell wrote: > > So I'm tempted to stick with the magic approach. I could optimise > > it to assume the cache magic is always the first one (and if not, take a > > slower route that finds

Re: New DBD::ODBC 1.34_3 development release

2012-02-05 Thread Martin J. Evans
On 04/02/2012 20:51, Tim Bunce wrote: On Fri, Feb 03, 2012 at 08:51:10PM +, Martin J. Evans wrote: You should also be aware that calling odbc_getdiag* will clear DBI's err, errstr and state so if you want DBI's methods to return something meaningful you may need to call them first - I'm unsu