v0.2.1
Fixes
- Do not put the whole stack trace in SqlError toString.
Changes
- Add clear error messages for a common mistake of passing an array of instead of spreading to
sql.assign
andsql.matches
. - Add SqlError.toSummary() method for a summary that expands beyond toString().