Skip to content

Spaces around WHERE clause #20

@Kakadu

Description

@Kakadu

This code doesn't typecheck

 (<:view< { id=node.id } | node in $nodes_table$; node.id=$int64:nodeId$; >>)

but this is OK

 (<:view< { id=node.id } | node in $nodes_table$; node.id = $int64:nodeId$; >>)

Can allow 1st syntax too?

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions