GenieFramework / SearchLight.jl

ORM layer for Genie.jl, the highly productive Julia web framework
https://genieframework.com
MIT License
139 stars 16 forks source link

insert/update of intervals fails due to parse error in POSTGRES #49

Closed michaelfliegner closed 2 years ago

michaelfliegner commented 2 years ago

Julia Interval string representation uses ".." to separate bounds, SQL uses ","

see pull request #48

michaelfliegner commented 2 years ago

Ok