Skip to content

Postgres function loc support #2072

Closed
@adamtowerz

Description

@adamtowerz

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.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions