Hey, first off - just wanted to say that this package is super useful!
I was wondering if it would be possible to add support for a Date type. We're running into this issue where generated queries end up being invalid due to a dateTime string being compared with a date field...
I've taken a stab at this, however haven't implemented the JSON/YAML marshaler/unmarshaler interfaces - what do you think?
Hey, first off - just wanted to say that this package is super useful!
I was wondering if it would be possible to add support for a Date type. We're running into this issue where generated queries end up being invalid due to a dateTime string being compared with a date field...
I've taken a stab at this, however haven't implemented the JSON/YAML marshaler/unmarshaler interfaces - what do you think?
Thank you!