2019-07-22 12:36:04 |
Andras Kovi |
description |
Deletion fails with:
InvalidRequestError: Don't know how to join from id; please use select_from() to establish the left entity/selectable of this join |
Deletion fails with:
InvalidRequestError: Don't know how to join from id; please use select_from() to establish the left entity/selectable of this join
The error happens if the execution tree is too deep and cascade deletion errors are raised during the expuration policy run. “Too deep” is database dependent. |
|