Re: Regarding GSoc 2012 project idea

From: "MauMau" <maumau307(at)gmail(dot)com>
To: "Dave Cramer" <pg(at)fastcrypt(dot)com>
Cc: "\"Atri Sharma\"" <atri(dot)jiit(at)gmail(dot)com>, <pgsql-jdbc(at)postgresql(dot)org>
Subject: Re: Regarding GSoc 2012 project idea
Date: 2012-03-23 15:31:07
Message-ID: 40FED3E8D80843F5B013477EF1039EB5@maumau
Views: Raw Message | Whole Thread | Download mbox | Resend email
Thread:
Lists: pgsql-jdbc

Hello, Dave
cc: Atri

Hmm... Out of items in "1. Missing features of JDBC specification(big
features)", I wonder if the following ones might be the candidates, though
I'm not confident:

Statement pooling
Ability to identify parameters to CallableStatement objects by name as well
as by index
Enhanced Blob/Clob functionality -- Support provided to create and free a
Blob/Clob instance as well as additional methods added to improve
accessiblity (e.g. Connection interface's createBlob()/createClob())
Availability to be notfied when a PreparedStatement that is associated with
a PooledConnection has been closed or the driver determines is invalid
Setting and getting of client information for connections: Connection
interface's setClientInfo()/getClientInfo()

But as you said "realistically," they may be difficult to implement only in
a summer...I'm wondering what would be beneficial to many users and
relatively addressable.

The core question I'd like to know the answer for is "what should be done
for JDBC driver to make many PostgreSQL users happier and attract more
people to PostgreSQL?". With that eye, I thought it would be interesting to
add supported JDBC features so that more software can interoperate with
PostgreSQL. However, I don't know which JDBC features will be effective to
widen PostgreSQL ecosystem. That investigation itself is a valuable topic,
isn't it?

Regards
MauMau

In response to

Browse pgsql-jdbc by date

  From Date Subject
Next Message MauMau 2012-03-23 15:47:27 Re: Regarding GSoc 2012 project idea
Previous Message Dave Cramer 2012-03-23 12:20:51 Re: Regarding GSoc 2012 project idea