Issue with DataBaseMetaData.GetTypeInfo()

From: "Mats Ekelund" <mats(dot)ekelund(at)zenon(dot)se>
To: pgsql-jdbc(at)postgresql(dot)org
Subject: Issue with DataBaseMetaData.GetTypeInfo()
Date: 2008-03-28 08:08:35
Message-ID: c2dd00540803280108l4821c197u8a4bb68e4f1b82b7@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello list!

I am using the postgresql-8.3-603.jdbc4.jar JDBC driver.
My problem is that DataBaseMetadata.GetTypeInfo() does not return
correct information in the columns LITERAL_PREFIX and LITERAL_SUFFIX.
It returns null for all data types, but for character data types it
should return the single quote character.
You can easily verify this by running DBVisualizer and look at the
'Data Types' tab for the database connection.
I downloaded the source code from cvs and fixed the problem. How can I
contribute this to the community?

Cheers,
Mats Ekelund

Responses

Browse pgsql-jdbc by date

  From Date Subject
Next Message Gregory Stark 2008-03-28 10:55:33 Re: OT - Query for bit pattern
Previous Message Tom Lane 2008-03-28 02:11:04 Re: OT - Query for bit pattern