Closed dk closed 5 years ago
Other than this looks fine. How do we proceed from here? Could you apply the revised code, or should I file a new or updated pull request?
Let's keep going the git(hub) way: make some changes to this branch and then push it out. Three things I think need addressing:
Kindly check out if it's okay now
Coming along nicely! Still needs a ParamValues inside the Database Handle Attribute section.
Also give yourself credit in the Changes file!
Here's some more, please take a look
If you can clear up the conflict with the "Changes" file, I can merge this in.
I did merge the changes for 3.8.1. Github still though shows "conflict".
Hi,
Here I'm trying to show ParamValues in do() calls, that wasn't possible before as do() and fetch(ParamValues) was done outside in the DBI.xs. I'm using the temporary nature of $sth created inside DBD::Pg::db::do(), that is cleaning up link between $sth and $dbh needed to display the ParamValues.
Hope that makes sense /dk