Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
BUG: get_variable for postgres never returns a value (#9710)
Because of this, the insert_or_update() method never uses the "INSERT INTO ... ON CONFLICT DO UPDATE SET ..." command, and the logs constantly show errors adding records to the message cache due to "duplicate key".
- Loading branch information