diffix / reference

Reference implementation for the Open Diffix anonymization mechanism.
https://www.open-diffix.org
Other
3 stars 0 forks source link

Fix parser to recognize cast as timestamp #393

Closed pdobacz closed 2 years ago

pdobacz commented 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.

Bonus: removing a brainfart change from my earlier PR, no idea where this came from.