Kitura / Swift-Kuery-ORM

An ORM for Swift, built on Codable
Apache License 2.0
212 stars 30 forks source link

Prevent handling of empty array in QueryParams #117

Closed kilnerm closed 5 years ago

kilnerm commented 5 years ago

This PR updates the ORM to throw an error when an empty array is passed through a QueryParams object.