Re: AnyData patches

2012-09-04 Thread H.Merijn Brand
On Wed, 05 Sep 2012 11:04:23 +1000, Sven Dowideit wrote: > yup :) > > http://github.com/SvenDowideit/AnyData tl;dr; -- shall I take this off-list? A random number of remarks … I have a *lot* of modules - for testing - installed, but still run into new ones, and neither is mentioned when runni

Re: AnyData patches

2012-09-04 Thread Sven Dowideit
yup :) http://github.com/SvenDowideit/AnyData Sven On 04/09/12 21:05, H.Merijn Brand wrote: On Sun, 02 Sep 2012 08:56:04 +1000, Sven Dowideit wrote: Heya I used git send-emails to post some patches to rehs...@cpan.org and this list, but I suspect they haven't made it due to my server setu

Re: More problems with bound parameters in DBD::ODBC

2012-09-04 Thread Tim Bunce
On Tue, Sep 04, 2012 at 11:28:17AM +0100, Martin J. Evans wrote: > This issue cropped up because runrig posted a "DBI bind_param_inout trick" > node (http://perlmonks.org/?node_id=989136) on perl monks which when I ran > through DBD::ODBC did not work. The code is basically: > > my @cols = qw(fo

Re: AnyData patches

2012-09-04 Thread H.Merijn Brand
On Sun, 02 Sep 2012 08:56:04 +1000, Sven Dowideit wrote: > Heya > > I used git send-emails to post some patches to rehs...@cpan.org and > this list, but I suspect they haven't made it due to my server setup > > before I send them again, I thought I'd test, and ask if anyone has > received them

More problems with bound parameters in DBD::ODBC

2012-09-04 Thread Martin J. Evans
This issue cropped up because runrig posted a "DBI bind_param_inout trick" node (http://perlmonks.org/?node_id=989136) on perl monks which when I ran through DBD::ODBC did not work. The code is basically: my $dbh = DBI->connect; my @cols = qw(foo bar); my $sql =