php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #56439 PDO_PGSQL's cursor 'fetch next 1' is invalid
Submitted: 2005-07-05 17:46 UTC Modified: 2005-07-08 15:06 UTC
From: pecl dot php dot net at sharpdreams dot com Assigned: wez (profile)
Status: Closed Package: PDO_PGSQL (PECL)
PHP Version: 5_1 CVS-2005-07-05 (dev) OS: Win32 (XP)
Private report: No CVE-ID: None
View Add Comment Developer Edit
Anyone can comment on a bug. Have a simpler test case? Does it work for you on a different platform? Let us know!
Just going to say 'Me too!'? Don't clutter the database with that please !
Your email address:
MUST BE VALID
Solve the problem:
15 + 5 = ?
Subscribe to this entry?

 
 [2005-07-05 17:46 UTC] pecl dot php dot net at sharpdreams dot com
Description:
------------
In my pglog:

LOG:  statement: BEGIN
LOG:  statement: DECLARE pdo_pgsql_cursor_04e279d0 CURSOR FOR select * from ticket_topics
LOG:  statement: FETCH NEXT 1 FROM pdo_pgsql_cursor_04e279d0
ERROR:  syntax error at or near "1" at character 12

ref: http://www.postgresql.org/docs/8.0/interactive/sql-fetch.html

"NEXT" does not take an argument; FORWARD does. Also should use BACKWARD and not PRIOR.

Should generate 'FETCH FORWARD 1 FROM pdo_pgsql_cursor_04e279d0'


Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2005-07-08 15:06 UTC] wez@php.net
This bug has been fixed in CVS.

In case this was a documentation problem, the fix will show up at the
end of next Sunday (CET) on pecl.php.net.

In case this was a pecl.php.net website problem, the change will show
up on the website in short time.
 
Thank you for the report, and for helping us make PECL better.


 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 18 21:01:29 2024 UTC