cursor - Search results in mailing lists

2023-01-16 15:42:06 | Substitution of convert function "{fn CONVERT(1, SQL_BIGINT)}" to text litreral '1' (Jacobo Sánchez López)

autocommit=True) cursor= connection.cursor() cursor.execute(query) forrowincursor.fetchall(): print(row) Best regards, Jacobo

2022-05-09 02:31:48 | Re: [PATCH] Fix FetchRefcursors issues (Adrian Grucza)

cursors were being freed prematurely when there are multiple results that use cursors. It can happen

2021-05-17 02:20:54 | [PATCH] Automatic fetching of refcursors (Adrian Grucza)

cursors being closed prematurely (i.e. turn auto-commit off) * Works with both ODBC CALL and PostgreSQL

2021-03-30 01:18:00 | Contribution to enable refcursor support (Adrian Grucza)

cursors, but it's not compiled in because the REFCUR_SUPPORT symbol is not defined

2021-02-15 02:53:37 | Using refcursor to return (multiple) rowsets (Adrian Grucza)

CURSOR or has an argument of REF CURSOR type, OraOLEDB binds these and returns a rowset

2021-02-02 17:16:30 | orphan large objects created and invalid cast added for gen field (Andrus)

cursor t ( t gen  ) 2. Used psqlodbc to insert this data: create temp table test

2020-06-19 21:53:10 | Prefetching results (j.prochazka@rare-technologies.com)

there is a no_cache and forward_cursor connection setting preventing this behaviour. regards, Honza Prochazka

2019-12-10 10:26:04 | Re: Regression tests fail with PG12 (Christoph Berg)

cursors cursor-movement cursor-commit cursor-name cursor-block-delete bookmark declare-fetch-commit declare

2018-11-05 22:34:06 | Out of memory while reading tuples (Markus Angst)

cursors, this is the row size of the tuple cache. If not using cursors, this

2017-08-29 07:32:44 | Re: [ODBC] Q: Is there a way to force psqlODBC with enabledUseDeclareFetch to commit statements (Matej Mihelič)

CURSOR statement and keep this cursor open until EOF. The problem we face is that

2017-08-25 05:21:18 | Re: [ODBC] The psqlodbcw.so will be crashed during connect topostgres server (Ding, Haiqiang (NSB - CN/Hangzhou))

cursor_type = 0, scroll_concurrency = 1, retrieve_data = 1, use_bookmarks = 0, bookmark_ptr = 0x0, metadata

2017-08-24 06:49:50 | [ODBC] Segmentation fault of psqlodbcw.so during connect to postgresserver (12级控制(1)丁海强)

cursor_type = 0, scroll_concurrency = 1, retrieve_data = 1, use_bookmarks = 0, bookmark_ptr = 0x0, metadata

2017-08-24 04:01:01 | [ODBC] There is a bug in psqlodbcw.so during connect to postgres server (Ding, Haiqiang (NSB - CN/Hangzhou))

cursor_type = 0, scroll_concurrency = 1, retrieve_data = 1, use_bookmarks = 0, bookmark_ptr = 0x0, metadata

2017-08-23 16:46:34 | [ODBC] There is a bug in psqlodbcw.so during connect to postgres server (Ding, Haiqiang (NSB - CN/Hangzhou))

cursors = DISALLOW_UPDATABLE_CURSORS; if (ci->allow_keyset) { if (ci->drivers.lie || !ci->drivers.use_declarefetch

2017-08-17 15:30:39 | Re: [ODBC] Postgre driver(9.06.04.00) connected to Amazon redshift, isreturning wrong count in SQLRowCount (Asif Shaikh)

CURSOR_COMMIT_BEHAVIOR, (PTR)&cursorCB, sizeof(cursorCB), NULL); - To get the commit behavior for database