Re: Implementation of get/set functions with string parameters

From: Kris Jurka <books(at)ejurka(dot)com>
To: Bojan Skaljac <skaljac(at)gmail(dot)com>
Cc: pgsql-jdbc(at)postgresql(dot)org
Subject: Re: Implementation of get/set functions with string parameters
Date: 2009-05-29 19:30:07
Message-ID: alpine.BSO.2.00.0905291527370.17815@leary.csoft.net
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

On Tue, 26 May 2009, Bojan Skaljac wrote:

> This is updated implementation of get/set functions in pgsql-jdbc drivers on
> newest source.

This patch is based on an older version of AbstractJdbc3Statement, so it's
reverting all sorts of generated keys support changes. Can you remerge
this so it's based on CVS HEAD, or perhaps a diff against the version you
based your work on would be OK.

Kris Jurka

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message Saravana Kumar 2009-05-29 21:03:26 25P02 on connection.rollback(savePoint) - ERROR: current transaction is aborted, commands ignored until end of transaction block
Previous Message John Lister 2009-05-29 09:22:23 Re: Unit test patches