vapor-community / sqlite-driver

SQLite driver for Fluent
MIT License
10 stars 15 forks source link

Handle null values on query results #3

Closed nieldm closed 8 years ago

nieldm commented 8 years ago

When parsing the text from the query result, the null values was giving me an nulll exception, i just added a null checking to prevent this from happening

tanner0101 commented 8 years ago

Thanks!