Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

"Explain" with DBAL 2.13 and pdo_sqlsrv driver fails #1320

Closed
ostrolucky opened this issue Apr 5, 2021 · 0 comments
Closed

"Explain" with DBAL 2.13 and pdo_sqlsrv driver fails #1320

ostrolucky opened this issue Apr 5, 2021 · 0 comments
Assignees
Labels
Milestone

Comments

@ostrolucky
Copy link
Member

ostrolucky commented Apr 5, 2021

Uncaught Error: Call to undefined method Doctrine\DBAL\ForwardCompatibility\Result::nextRowset()

$stmt = $connection->executeQuery($sql, $params, $query['types']);
$stmt->nextRowset();

@ostrolucky ostrolucky added this to the 2.3.1 milestone Apr 5, 2021
@ostrolucky ostrolucky self-assigned this Apr 5, 2021
@ostrolucky ostrolucky changed the title "Explain" with DBAL 2.13 and SQLSRV driver fails "Explain" with DBAL 2.13 and pdo_sqlsrv driver fails Apr 5, 2021
@ostrolucky ostrolucky added the Bug label Apr 5, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant