Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Deparser: Treat type casts inside "func_expr_windowless" as functions
This is mainly in use for RangeFunction, but the logic in the grammar here is more broad, allowing type casts to show up in places where a function call would be expected. Fix by always using the "cast(..)" syntax in such cases.
- Loading branch information