Re: What needs to be done?

From: Ricardo Maia <rmaia(at)criticalsoftware(dot)com>
To: Rene Pijlman <rpijlman(at)wanadoo(dot)nl>, pgsql-jdbc(at)postgresql(dot)org
Subject: Re: What needs to be done?
Date: 2001-08-01 23:58:15
Message-ID: 01080200581501.22662@valkyrie
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-hackers pgsql-jdbc


For example when I call the method:

DatabaseMetaData.getTypeInfo()

I whould expect to see the SQL Type BLOB mapped as an oid.

see attach

Ricardo Maia

On Wednesday 01 August 2001 23:29, Rene Pijlman wrote:
> On Wed, 1 Aug 2001 22:49:40 +0100, Ricardo Maia wrote:
> >The problem is that, as the PostgreSQL JDBC driver doesn't
> >follow JDBC Standard I had to write some specific code for
> >use it with PostgreSQL DB.
>
> So what exactly are the deviations from the standard that you
> encountered?
>
> Regards,
> René Pijlman
>
> ---------------------------(end of broadcast)---------------------------
> TIP 1: subscribe and unsubscribe commands go to majordomo(at)postgresql(dot)org

Attachment Content-Type Size
GetTypesInfo.java text/x-java 3.0 KB

In response to

Responses

Browse pgsql-hackers by date

  From Date Subject
Next Message Tom Lane 2001-08-02 00:38:49 Re: Patch for Improved Syntax Error Reporting
Previous Message Neil Padgett 2001-08-01 23:35:15 Re: Patch for Improved Syntax Error Reporting

Browse pgsql-jdbc by date

  From Date Subject
Next Message Sunit Bhatia 2001-08-02 01:21:40 Data Versioning
Previous Message Rene Pijlman 2001-08-01 22:29:21 Re: What needs to be done?