[PATCH] fix a misstake in Driver.getPropertyInfo()

From: Chen Huajun <chenhj(at)cn(dot)fujitsu(dot)com>
To: List <pgsql-jdbc(at)postgresql(dot)org>
Subject: [PATCH] fix a misstake in Driver.getPropertyInfo()
Date: 2013-03-20 07:32:54
Message-ID: 51496626.3070301@cn.fujitsu.com
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hi

Theres is a miss in Driver.getPropertyInfo(),
cannot return the propertys defined in URL.
I made a simple patch for it.Please check it.

https://github.com/ChenHuajun/pgjdbc/commit/946327b4e247d280ed5348db17adaf9b83162e6e

Best Regards
Chen Huajun

Browse pgsql-jdbc by date

  From Date Subject
Next Message Nicholas White 2013-03-24 04:10:48 Patch: Force Primitives
Previous Message Loïc PÉRON 2013-03-19 22:51:18 Re: [PATCH] Expose URL property in BaseDataSource