Fix for filtering failing on Postgres if the key contains characters such as a hyphen - wrapping the key in quotes ensures this query can run.
Comment From: markpollack
We have had bad experiences in the past when we try to assume something need quotes because it doesn't apply to all use cases. Can't this be address in the calling code by simply doing the quoting yourself?
Comment From: tzolov
Closing this pull request as it has remained inactive for the past three weeks with no user input. Please feel free to reopen if new information arises or if you wish to revisit the discussion.