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.