Fwd: sql_type tinterval not supported by DBD::Pg

From: Filip Rembiałkowski <plk(dot)zuber(at)gmail(dot)com>
To: PostgreSQL <pgsql-general(at)postgresql(dot)org>
Subject: Fwd: sql_type tinterval not supported by DBD::Pg
Date: 2008-05-21 14:12:09
Message-ID: 92869e660805210712u3748dd59we709ed1932d539b3@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-general

Hello

[ this was previously sent to dbd-pg mailing list ]

I have a problem with DBD::Pg connecting to postgres 8.2

....
[debug] calling bind_param( 6, '14 days', { 'pg_type' => 704 } )
Cannot bind 6, sql_type tinterval not supported by DBD::Pg

what can this mean?

I would think that both INTERVAL => 1186 and TINTERVAL => 704 are valid
values for bind_param pg_type hash

$ perl -MDBD::Pg -le 'print $DBD::Pg::VERSION'
2.7.2
$ perl -MDBI -le 'print $DBI::VERSION'
1.604

Perl itself is v5.8.8 from Debian etch.

--
Filip Rembiałkowski

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Albe Laurenz 2008-05-21 15:14:48 Re: escaping and quoting
Previous Message John DeSoi 2008-05-21 14:11:13 Re: bytea case sensitivity