Closed
Description
Describe the bug
Postgres function nodes don't have loc
support, which is super helpful.
Database Engine
PostgreSQL
To Reproduce
SELECT * FROM "company"
WHERE NOT(company._id IS NULL)
Obviously this query could be expressed differently, but its a simple repro.
Expected behavior
The node's loc
property is filled with the information about what characters were parsed to become this node.