On Tue, 20 Jun 2006, Oliver Jowett wrote:
> Dave Cramer wrote:
>
>> How does the generic wrapper solve the problems above ? I would think they
>> all suffer from the same problems ?
>
> Well, yes, but my point is that you can solve this once for all JDBC drivers,
> you don't need postgres-specific code to do it .. and surely someone has
> already done this?
Sure. All major J2EE app servers have a prepared statement cache. And
then there's at least Apache commons dbcp that inspired Dave in the first
place.
- Heikki