Re: PostgreSQL specific datatypes very confusing for beginners who use wrappers around JDBC

From: John R Pierce <pierce(at)hogranch(dot)com>
To: pgsql-general(at)postgresql(dot)org
Subject: Re: PostgreSQL specific datatypes very confusing for beginners who use wrappers around JDBC
Date: 2014-01-28 21:37:02
Message-ID: 52E822FE.40803@hogranch.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: 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

In response to

Responses

Browse pgsql-general by date

  From Date Subject
Next Message Mike Christensen 2014-01-28 22:35:48 Re: PostgreSQL specific datatypes very confusing for beginners who use wrappers around JDBC
Previous Message Sergey Konoplev 2014-01-28 21:31:11 PgToolkit v1.0.1 release testing