Skip Menu |

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

Report information
The Basics
Id: 15939
Status: open
Priority: 0/
Queue: DBD-PgPP

People
Owner: Nobody in particular
Requestors: carbon [...] pobox.com
Cc:
AdminCc:

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



Subject: table_info not implemented
DBI provides the table_info method and many DBD's support it including DBD::Pg. I would need this feature to use DBD::PgPP in my codebases because it relies on this feature for database independence.
That's an entirely reasonable request, and I do plan to support table_info (and last_insert_id, as you've mentioned in #15894). However, I'm afraid I'm unlikely to implement either of them in the very near future. For the time being, I'm concentrating on fixing the bugs in the basic protocol implementation. That said, if anyone wants to supply an implementation (with tests), I'll do a release including it asap. -- Aaron Crane
From: carbon [...] pobox.com
[ARC - Fri Nov 18 17:43:55 2005]: Show quoted text
> That's an entirely reasonable request, and I do plan to support > table_info (and last_insert_id, as you've mentioned in #15894). > > However, I'm afraid I'm unlikely to implement either of them in the > very > near future. For the time being, I'm concentrating on fixing the bugs > in the basic protocol implementation. > > That said, if anyone wants to supply an implementation (with tests), > I'll do a release including it asap.
Would the code from DBD::Pg port over to DBD::PgPP well?
Date: Mon, 21 Nov 2005 09:56:16 +0000
From: Aaron Crane <ARC [...] cpan.org>
To: Guest via RT <bug-DBD-PgPP [...] rt.cpan.org>
Subject: Re: [cpan #15939] table_info not implemented
RT-Send-Cc:
Guest via RT writes: Show quoted text
> [ARC - Fri Nov 18 17:43:55 2005]:
> > [table_info and/or last_insert_id] ... if anyone wants to supply an > > implementation (with tests), I'll do a release including it asap.
> > Would the code from DBD::Pg port over to DBD::PgPP well?
I'm afraid I don't really know the DBD::Pg codebase, but it might. If you're eager to see DBD::PgPP support table_info and/or last_insert_id soon, that could well be a productive approach. -- Aaron Crane