sdispater / orator

The Orator ORM provides a simple yet beautiful ActiveRecord implementation.

Home Page:https://orator-orm.com

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Missing "connection already closed" retry error?

alextyrsmith opened this issue · comments

Hello and thank you for Orator.

I received a QueryException with "connection already closed", and it looks like the connection isn't being retried.

Could it be that the "connection already closed" string just needs to be added to:

def _caused_by_lost_connection(self, e):

Can you explain more of you'r problem ?