Re: ANNOUNCE: DBD::Pg 1.20 - Mailing list pgsql-interfaces

From Thomas A. Lowery
Subject Re: ANNOUNCE: DBD::Pg 1.20
Date
Msg-id 20021130204742.GA17239@stllnx1.stlowery.net
Whole thread Raw
In response to Re: ANNOUNCE: DBD::Pg 1.20  ("Jason E. Stewart" <jason@openinformatics.com>)
List pgsql-interfaces
On Sat, Nov 30, 2002 at 10:47:09AM -0700, Jason E. Stewart wrote:
> "Dave Rolsky" <autarch@urth.org> writes:
> 
> > I found a bug in the ->tables method.  It includes all the system tables.
> > A patch is at the bottom of the message.

I modified the tables and table_info methods to include the system tables.

> > I'd like to offer a test patch but I don't know exactly what you'd expect
> > to find in the schema during testing.
> 
> t/01setup.t has the following:
> 
>   my $sql = <<SQL;
>   CREATE TABLE test (
>     id int,
>     name text,
>     val text,
>     score float,
>     date timestamp default 'now()'
>   )
>   SQL

-- 
Thomas A. Lowery
See DBI/FAQ http://xmlproj.dyndns.org/cgi-bin/fom


pgsql-interfaces by date:

Previous
From: "Thomas A. Lowery"
Date:
Subject: Re: ANNOUNCE: DBD::Pg 1.20
Next
From: "Jeroen T. Vermeulen"
Date:
Subject: libpqxx testers needed!