GenieFramework / SearchLight.jl

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

Changes PostgreSQLDatabaseAdapter for julia 1.0 #3

Closed lucianolorenti closed 5 years ago

lucianolorenti commented 6 years ago

I am using SearchLight.jl with Postgresql in julia 1.0 I noticed that PostgreSQLDatabaseAdapter is using NamedTuples which produces failures in the precompilation.

findfirst now returns nothing instead o zero.