[rt.cpan.org #18585] FR: cannot get imp_dbh->conn
"Guest via RT" <[email protected]>
| Newsgroups | gmane.comp.db.postgresql.dbdpg |
|---|---|
| Message-ID | <[email protected]> |
Fri Apr 07 07:59:50 2006: Request 18585 was acted upon.
Transaction: Ticket created by guest
Queue: DBD-Pg
Subject: FR: cannot get imp_dbh->conn
Owner: Nobody
Requestors: [email protected]
Status: new
Ticket <URL: http://rt.cpan.org/Ticket/Display.html?id=18585 >
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?