Re: [GENERAL] force JDBC driver fetch / autocommit parameters?

2011-10-21 Thread S. Balch
edativ.ca > > > > > On Thu, Oct 20, 2011 at 4:34 PM, S. Balch wrote: > > Greetings, > > I'm using the postgresql-9.1-901.jdbc4 driver in an application (that I > > don't control) that's not passing along my specified fetch and autocommit > &g

[GENERAL] force JDBC driver fetch / autocommit parameters?

2011-10-20 Thread S. Balch
Greetings, I'm using the postgresql-9.1-901.jdbc4 driver in an application (that I don't control) that's not passing along my specified fetch and autocommit parameters. Is there anyway I can force the driver to use my required parameters outside of the application? Thanks, Sean