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

fixed typo in SQLInput with date datatype #7

Closed lucianolorenti closed 5 years ago

lucianolorenti commented 5 years ago

There was a type in SQLInput SQLInput(a::Date) = string(s) |> SQLInput