Re: Fwd: sql_type tinterval not supported by DBD::Pg - Mailing list pgsql-general

From Filip Rembiałkowski
Subject Re: Fwd: sql_type tinterval not supported by DBD::Pg
Date
Msg-id 92869e660805230258q542377e6ge12d75a317b90007@mail.gmail.com
Whole thread Raw
In response to Re: Fwd: sql_type tinterval not supported by DBD::Pg  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: Fwd: sql_type tinterval not supported by DBD::Pg  (Radoslaw Zielinski <radek@pld-linux.org>)
List pgsql-general
2008/5/22 Tom Lane <tgl@sss.pgh.pa.us>:
"Filip Rembiałkowski" <plk.zuber@gmail.com> writes:
> Cannot bind 6, sql_type tinterval not supported by DBD::Pg

> what can this mean?

It means tinterval is not supported by DBD::Pg.

Since tinterval is a nonstandard, deprecated type that will be removed
someday, I doubt that DBD::Pg should spend any effort on adding support
for it.  You'd be best advised not to use it in your applications.


the same with interval type:


...
calling bind_param( 6, '14 days', { 'pg_type' => 1186 } )
Cannot bind 6, sql_type interval not supported by DBD::Pg




 

                       regards, tom lane



--
Filip Rembiałkowski

pgsql-general by date:

Previous
From: "Pierre-Yves Strub"
Date:
Subject: Re: Fragments in tsearch2 headline
Next
From: "Konsta Tiihonen"
Date:
Subject: Re: F-Secure and PostgreSQL