-
Notifications
You must be signed in to change notification settings - Fork 4
Open
Description
I observed that sometimes my DB has displayed errors like:
2019-10-30 14:32:20.701 UTC 10.162.0.17(44298)ERROR: syntax error at or near "WHERE" at character 14 2019-10-30 14:32:20.701 UTC 10.162.0.17(44298)STATEMENT: DELETE FROM WHERE last_activity <= 1572444500
The "DELETE FROM
", whereLooking at the code, I observed that on 'gc' and 'destroy' methods have a typo. Instead use '$this->tablename', is '$this->table'.
Metadata
Metadata
Assignees
Labels
No labels