Greg Sabino Mullane

Results 51 comments of Greg Sabino Mullane

Thanks, will fix this up!

Fixed in b25ecc46de32b6bbe955f32d6dbd1b95c58ac755

The plperlu functions need to (among other things) connect to databases via DBI, so the locked down version of plperl will not work. However, the long-term plan is to remove...

Poked at this. Needs a lot of work. Inclined to push it to 5.1 as no promises anyone using it anyway.

@ilmari Does this need any work? A doc patch or anything?

Anyone want to improve the docs on this?

Any chance you could reformat this and/or turn it into a real patch?

Given the way that DBD::Pg interacts between $sth and $dbh, I don't see a way to make $sth->last_insert_id different from $dbh->last_insert_id. But maybe that's ok. I added some tests for...

Works for me: can you show the complete error? Here's a local example: ``` $ perl -MDBD::Pg -e 'use DBI; my $dbh = DBI->connect("dbi:Pg:host=foo,bar,baz","","",{PrintError=>1})' DBI connect('host=foo,bar,baz','',...) failed: could not translate...

Yes, it's been on our long-term todo for a while. Not sure when people will have tuits for this: it's a non-trivial task.