cursor - Search results in mailing lists

2022-05-24 14:21:09 | Version 42.3.6 released (Dave Cramer)

cursor does not exist" when using ResultSet.setFetchSize from CallableStatement, fixed in 42.3.5 (see [PG #2377](https:///pgjdbc/pgjdbc/pull/2377))

2022-05-23 14:54:47 | [pgjdbc/pgjdbc] 85f858: fix: close refcursors when underlying cursor==null... (Vladimir Sitnikov)

when underlying cursor==null instead of relying on defaultRowFetchSize See https:///pgjdbc/pgjdbc/issues/2227 See https:///pgjdbc/pgjdbc/pull/2371

2022-04-22 18:05:48 | Re: Why does the prepareThreshold=0 (to cover pgbouncer transaction mode) disables protocol binary transfers (David G. Johnston)

cursor declared with the BINARY option." It appears as though setting prepareThreshold=0 causes the driver

2022-03-13 19:39:59 | Re: JDBC: ERROR: portal "C_2" does not exist (Blake McBride)

Cursor.cacheAllRecords() and Cursor.nextCachedRecord(). Thanks! Blake McBride On Fri, Mar 11, 2022 at 11:16 PM David

2021-08-06 17:07:13 | defaultRowFetchSize and no known snapshots error (Klika David)

cursor is read and it has more rows than the limit and * the cursor contains

2020-11-16 18:16:35 | [pgjdbc/pgjdbc] 866c6a: remove postgresql-jre6 and postgresql-jre7 project... (Dave Cramer)

CURSOR type (#1885) * Allow setNull with a REF_CURSOR type * Add test case for setNull

2020-09-10 12:39:24 | [pgjdbc/pgjdbc] 496155: Allow setNull with a REF_CURSOR type (#1885) (Andrew Dunstan)

CURSOR type (#1885) * Allow setNull with a REF_CURSOR type * Add test case for setNull

2020-08-03 13:44:48 | [pgjdbc/pgjdbc] 08507f: Fix: change order of checks for oid vs primary key... (Dave Cramer)

primary key * Use invalid cursor state for resultset that is not updatable. This is a breaking change

2020-03-15 12:57:45 | Streaming ResultSet rows instead of buffering them in memory (Mikko Tiihonen)

cursors used by enabling a fetch size do a similar thing, but - it tells the backend

2019-12-06 19:36:18 | [pgjdbc/pgjdbc] 33e74f: [maven-release-plugin] prepare releaseREL42.2.8 (Dave Cramer)

cursor-based `ResultSet`s. Commit: 635cc86562aebc223dcc0d163639c5039a6b54c0 https:///pgjdbc/pgjdbc/commit/635cc86562aebc223dcc0d163639c5039a6b54c0

2019-10-02 11:15:17 | [pgjdbc/pgjdbc] 69edc0: Fix Markdown formatting issue (#1576) (Knut Wannheden)

Markdown formatting issue in the `query.md` section on restrictions with cursor-based `ResultSet`s.

2019-06-19 18:21:03 | [pgjdbc/pgjdbc] a1a5ae: [maven-release-plugin] prepare releaseREL42.2.5 (Dave Cramer)

cursor movement (#1462) Fix a wrong relative cursor movement when a new calculated index is negative

2019-04-08 10:52:04 | [pgjdbc/pgjdbc] b6ab27: fix: improper relative cursor movement(#1462) (Nikolai Ivanov)

cursor movement (#1462) Fix a wrong relative cursor movement when a new calculated index is negative

2018-02-12 22:42:25 | Re: ResultSet storing all rows with defaulftFetchSize to 5000 (Vladimir Sitnikov)

cursor to dissappear. Long-running cursor enables to process data serially, and it enables to use just

2017-05-06 20:19:56 | Latest Driver released 42.1.1 (Dave Cramer)

CURSOR using getObject PR#809 - note: there's no 42.1.0.jre6 due to infinity