Re: PostgreSQL specific datatypes very confusing for beginners who use wrappers around JDBC - Mailing list pgsql-general

From John R Pierce
Subject Re: PostgreSQL specific datatypes very confusing for beginners who use wrappers around JDBC
Date
Msg-id 52E822FE.40803@hogranch.com
Whole thread Raw
In response to Re: PostgreSQL specific datatypes very confusing for beginners who use wrappers around JDBC  (Tom Lane <tgl@sss.pgh.pa.us>)
Responses Re: PostgreSQL specific datatypes very confusing for beginners who use wrappers around JDBC
List pgsql-general
On 1/28/2014 1:20 PM, Tom Lane wrote:
> I think you can fix it by explicitly casting your placeholders, eg
> "?::macaddr".

that might work for a wrapper that lets you roll your own SQL, but I
thought he said one of these autogenerated SQL, taking it out of his
control.



--
john r pierce                                      37N 122W
somewhere on the middle of the left coast



pgsql-general by date:

Previous
From: Sergey Konoplev
Date:
Subject: PgToolkit v1.0.1 release testing
Next
From: Mike Christensen
Date:
Subject: Re: PostgreSQL specific datatypes very confusing for beginners who use wrappers around JDBC