ryanfowler / SwiftData

Simple and Effective SQLite Handling in Swift
MIT License
517 stars 93 forks source link

Show more descriptive error messages during query related errors. #3

Closed selwin closed 10 years ago

selwin commented 10 years ago

Fixes #2 . Let me know if there's anything you want me to change.

ryanfowler commented 10 years ago

Thanks for the comments and fixes! I've just overhauled the error handling for SwiftData, and one of the changes is that when a SQL error is encountered, a more descriptive error is printed.

I appreciate the help!

selwin commented 10 years ago

No worries, thanks for writing such a useful library :)

Sent from my phone

On Tue, Sep 16, 2014 at 2:43 PM -0700, "ryanfowler" notifications@github.com wrote:

Thanks for the comments and fixes! I've just overhauled the error handling for SwiftData, and one of the changes is that when a SQL error is encountered, a more descriptive error is printed.

I appreciate the help!

— Reply to this email directly or view it on GitHub.