nilportugues / sql-repository

[PHP 7] SQL Repository implementation
http://nilportugues.com
MIT License
36 stars 3 forks source link

Better error messages #12

Closed nilportugues closed 8 years ago

nilportugues commented 8 years ago

Mapping errors should be thrown instead of reaching DBAL and failing writing the SQL query.

nilportugues commented 8 years ago

It's throwing PDOExceptions. It's not that bad.