The Search filter builds a query which may contain WHERE (node.status <> 0) AND (0).
Postgresql needs type boolean instead of integer at this point like WHERE (node.status <> 0) AND (FALSE).
| Comment | File | Size | Author |
|---|---|---|---|
| #1 | views-629840.patch | 537 bytes | fuerst |
Comments
Comment #1
fuerst commentedThe attached patch fixes this.
Comment #2
fuerst commentedCorrected typo in the issue title
Comment #3
merlinofchaos commentedCommitted to all branches. THanks!