You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
HugSQL tries to support Postgresql type casting with ::, but this is a bit of an edge case when it is immediately preceded by a :parameter because of HugSQL's :param-type:param-name syntax.
This is/should-be valid HugSQL because it is valid PSQL (works correctly in Yesql).
But it will generate
instead of
The work-around is to add whitespace between the cast and the keyword, but it should support the concatenated format, no?
The text was updated successfully, but these errors were encountered: