A macaque query like: ``` group {} by {test = null} … ``` is accepted but rejected by postgresql with the following error message: `ERROR: 42601: non-integer constant in GROUP BY`
A macaque query like:
is accepted but rejected by postgresql with the following error message:
ERROR: 42601: non-integer constant in GROUP BY