On Mon, Apr 10, 2006 at 03:14:21PM +0800, Allan Dyer wrote:
> > >
> > > I've found that the problem with table_info has been reported three
> > > times before in this group:
> > 
> > Here's how I call table_info(...). I have not used DBD::Proxy.

> Who's maintaining DBD::Proxy? Perhaps I should contact them direct.

I'd *love* someone to help maintain DBD::Proxy. Any volunteers?

Meanwhile, see this in Proxy.pm:

    # XXX probably many more methods need to be added here.
    # See notes in ToDo about method metadata
    sub commit;
    sub connected;
    sub rollback;
    sub ping;

try adding extra lines for any methods that seem unsupported by DBD::Proxy.

Please let me know if that helps.

Tim.

Reply via email to