Searched refs:nextRowset (Results 1 – 9 of 9) sorted by relevance
2 PDO MySQL Bug #61207 (PDO::nextRowset() after a multi-statement query doesn't always work)32 } while($handle1->nextRowset());48 } while($handle2->nextRowset());64 } while($handle3->nextRowset());81 } while($handle1->nextRowset());
2 Bug #51670 (getColumnMeta causes segfault when re-executing query after calling nextRowset)17 $query->nextRowset();
44 } while ($stmt->nextRowset());50 } while ($stmt->nextRowset());
66 } while ($stmt->nextRowset());75 } while ($stmt->nextRowset());
31 } while ($stmt->nextRowset());
37 } while ($stmt->nextRowset());
27 } while ($stmt->nextRowset());
2101 static PHP_METHOD(PDOStatement, nextRowset) in PHP_METHOD() argument2238 PHP_ME(PDOStatement, nextRowset, arginfo_pdostatement__void, ZEND_ACC_PUBLIC)
630 . Fixed bug #61207 (PDO::nextRowset() after a multi-statement query doesn't2007 after calling nextRowset). (Pierrick)3050 - Fixed PECL bug #12794 (PDOStatement->nextRowset() doesn't work). (Johannes)
Completed in 62 milliseconds