Closed pdobacz closed 2 years ago
A small detail that slipped through. I thought cast(something as type) was not supported syntax but then realized it's just for as timestamp.
cast(something as type)
as timestamp
Bonus: removing a brainfart change from my earlier PR, no idea where this came from.
A small detail that slipped through. I thought
cast(something as type)
was not supported syntax but then realized it's just foras timestamp
.Bonus: removing a brainfart change from my earlier PR, no idea where this came from.