Skip Menu |

This queue is for tickets about the DBD-SQLite CPAN distribution.

Report information
The Basics
Id: 123886
Status: resolved
Priority: 0/
Queue: DBD-SQLite

People
Owner: Nobody in particular
Requestors: yorhel [...] cpan.org
Cc:
AdminCc:

Bug Information
Severity: Wishlist
Broken in: 1.54
Fixed in: (no value)



Subject: Support $st->{ParamValues}
DBI specifies a ParamValues statement handle attribute, which keeps a hash of current bind parameters. I'm using this attribute for query logging and debugging, but DBD::SQLite keep it at undef. It would be nice if this attribute is properly populated.
On Sat Dec 16 01:49:01 2017, YORHEL wrote: Show quoted text
> DBI specifies a ParamValues statement handle attribute, which keeps a > hash of current bind parameters. I'm using this attribute for query > logging and debugging, but DBD::SQLite keep it at undef. > > It would be nice if this attribute is properly populated.
Implemented with https://github.com/DBD-SQLite/DBD-SQLite/commit/fbf0714a3c08f9f43dfd64b77e9dc3b28114d5c8 and shipped as 1.55_05. Thanks.
On Sat Dec 16 03:52:47 2017, ISHIGAKI wrote: Show quoted text
> On Sat Dec 16 01:49:01 2017, YORHEL wrote:
> > DBI specifies a ParamValues statement handle attribute, which keeps a > > hash of current bind parameters. I'm using this attribute for query > > logging and debugging, but DBD::SQLite keep it at undef. > > > > It would be nice if this attribute is properly populated.
> > > Implemented with https://github.com/DBD-SQLite/DBD- > SQLite/commit/fbf0714a3c08f9f43dfd64b77e9dc3b28114d5c8 and shipped as > 1.55_05. Thanks.
Closed as 1.56 is released. Thanks.