Skip site navigation (1) Skip section navigation (2)

Peripheral Links

Header And Logo

PostgreSQL
| The world's most advanced open source database.

Site Navigation

Search for
  Advanced Search

Re: ResultSet & setFetchSize fails to stop heap failures





On Wed, 28 May 2008, U. George wrote:

To do partial fetches you must turn autocommit off.  See:


Yup, that did it. I suppose there is a reason why no exception is thrown at the execute, or an error for the setFetchSize when autocommit is still on?


You can't throw an exception at setFetchSize because you could do setFetchSize(N) and then setAutoCommit(false). Throwing an exception at execute time is possible, but I don't think the driver should. Fetch size is just a hint, so it's not a failure if it isn't used.

Kris Jurka



Home | Main Index | Thread Index

Privacy Policy | PostgreSQL Archives hosted by Command Prompt, Inc. | Designed by tinysofa
Copyright © 1996 – 2008 PostgreSQL Global Development Group