Re: ANNOUNCE: DBD::Pg 1.20

Поиск
Список
Период
Сортировка
От Thomas A. Lowery
Тема Re: ANNOUNCE: DBD::Pg 1.20
Дата
Msg-id 20021130204742.GA17239@stllnx1.stlowery.net
обсуждение исходный текст
Ответ на Re: ANNOUNCE: DBD::Pg 1.20  ("Jason E. Stewart" <jason@openinformatics.com>)
Список 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 по дате отправления:

Предыдущее
От: "Thomas A. Lowery"
Дата:
Сообщение: Re: ANNOUNCE: DBD::Pg 1.20
Следующее
От: "Jeroen T. Vermeulen"
Дата:
Сообщение: libpqxx testers needed!