cycle / database

Database Abstraction Layer, Schema Introspection, Schema Generation, Query Builders
MIT License
54 stars 22 forks source link

🐛 Server closed connection unexpectedly #75

Closed kafkiansky closed 1 year ago

kafkiansky commented 2 years ago

No duplicates 🥲.

Database

PostgreSQL

What happened?

A bug happened!

Sometimes this error occurred:

General error: 7 server closed the connection unexpectedly \tThis probably means the server terminated abnormally \tbefore or while processing the request

Perhaps this error should be mapped as ConnectionException and statement must be retried.

Version

database 14.2
PHP 8.1
roxblnfk commented 1 year ago

Probably it was fixed with #74

roxblnfk commented 1 year ago

covered in https://github.com/cycle/database/pull/79