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

Fixed bug that connection->select() cannot work for database-pgsql. #5016

Merged
merged 5 commits into from Aug 15, 2022

Conversation

kingIZZZY
Copy link
Contributor

PHP Error:  Call to undefined method Swoole\Coroutine\PostgreSQL::fetchAll()
    in /app/vendor/hyperf/database-pgsql/src/PostgreSqlSwooleExtConnection.php on line 111

kingIZZZY and others added 5 commits August 14, 2022 03:02
```
PHP Error:  Call to undefined method Swoole\Coroutine\PostgreSQL::fetchAll()
    in /app/vendor/hyperf/database-pgsql/src/PostgreSqlSwooleExtConnection.php on line 111
```
Either we leave fetchAll() empty or we pass the connection $fetchMode
@limingxinleo limingxinleo changed the title Bug calling fetchAll Fixed bug that connection->select() cannot work for database-pgsql. Aug 15, 2022
@limingxinleo limingxinleo merged commit 733e4e5 into hyperf:master Aug 15, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants