Subject: | FR: cannot get imp_dbh->conn |
I write module that use shared library for acceleration
of upload/select many thousands tuples and it need get
imp_dbh->conn handle from Perl code, but appropriate
function not implemented at this moment. I solve
this problem by #include a piece of dbdimp.h that
describe "struct imp_dbh_st", but in next version
this structure was changed and I can't set appropriate
requires for my module. Can you export this symbol
in next release?