From: | "Thomas A(dot) Lowery" <tl-lists(at)stlowery(dot)net> |
---|---|
To: | pgsql-interfaces(at)postgresql(dot)org, dbi-dev(at)perl(dot)org |
Subject: | Re: ANNOUNCE: DBD::Pg 1.20 |
Date: | 2002-11-30 20:47:42 |
Message-ID: | 20021130204742.GA17239@stllnx1.stlowery.net |
Views: | Raw Message | Whole Thread | Download mbox | Resend email |
Thread: | |
Lists: | pgsql-announce pgsql-hackers pgsql-interfaces |
On Sat, Nov 30, 2002 at 10:47:09AM -0700, Jason E. Stewart wrote:
> "Dave Rolsky" <autarch(at)urth(dot)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
From | Date | Subject | |
---|---|---|---|
Next Message | David Wheeler | 2002-11-30 20:51:14 | Re: ANNOUNCE: DBD::Pg 1.20 |
Previous Message | Jason E. Stewart | 2002-11-30 20:43:04 | Re: ANNOUNCE: DBD::Pg 1.20 |
From | Date | Subject | |
---|---|---|---|
Next Message | Vince Vielhaber | 2002-11-30 20:50:01 | Re: Postgres 7.3 announcement on postgresql.org |
Previous Message | Jason E. Stewart | 2002-11-30 20:43:04 | Re: ANNOUNCE: DBD::Pg 1.20 |
From | Date | Subject | |
---|---|---|---|
Next Message | David Wheeler | 2002-11-30 20:51:14 | Re: ANNOUNCE: DBD::Pg 1.20 |
Previous Message | Jason E. Stewart | 2002-11-30 20:43:04 | Re: ANNOUNCE: DBD::Pg 1.20 |