ID: 38842
Updated by: [EMAIL PROTECTED]
Reported By: stochnagara at hotmail dot com
Status: Open
-Bug Type: PDO related
+Bug Type: Feature/Change Request
Operating System: windows xp
PHP Version: 5CVS-2006-09-15 (snap)
New Comment:
"Optional feature not implemented" means this functionality is not yet
available. Which in turn means it's feature request.
Previous Comments:
------------------------------------------------------------------------
[2006-09-18 06:35:02] stochnagara at hotmail dot com
Sorry, this is not a feature request but a PDO related bug.
------------------------------------------------------------------------
[2006-09-15 11:20:21] stochnagara at hotmail dot com
Description:
------------
Calling nextRowset on PDOStatement generates an error.
Reproduce code:
---------------
$pdo = new PDO ('mysql:...');
$q = $pdo->query ("CALL some_proc");
$q->nextRowset();
or for example
$pdo = new PDO ('mysql:...');
$q = $pdo->query ("SELECT 1; SELECT 2;");
$q->nextRowset();
Expected result:
----------------
No errors.
Actual result:
--------------
Fatal error: Uncaught exception 'PDOException' with message
'SQLSTATE[HYC00]: Optional feature not implemented' in ...
------------------------------------------------------------------------
--
Edit this bug report at http://bugs.php.net/?id=38842&edit=1