Re: Updatable/Read-only columns

From: Vladimir Sitnikov <sitnikov(dot)vladimir(at)gmail(dot)com>
To: Michaël Michaud <m(dot)michael(dot)michaud(at)orange(dot)fr>
Cc: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Updatable/Read-only columns
Date: 2016-02-07 11:23:46
Message-ID: CAB=Je-FtS3BnJS92Z-difJ0nXbEyu+JdZWfV27x81f84NkAgDw@mail.gmail.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi,

Pull requests are welcome.

I think the way to go is to update
org.postgresql.jdbc.PgResultSetMetaData#fetchFieldMetaData with an
expression that is used in information_schema.columns.is_updatable.
TravisCI validates all the supported versions, thus we'll know if the
change requires some version-specific tweaks.

Vladimir

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message dhaval jaiswal 2016-02-11 05:02:25 System Query hit to Database
Previous Message Michaël Michaud 2016-02-06 21:03:56 Updatable/Read-only columns