Skip to content

v0.2.1

Compare
Choose a tag to compare
@waynesbrain waynesbrain released this 03 May 22:50
· 11 commits to master since this release

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 and sql.matches.
  • Add SqlError.toSummary() method for a summary that expands beyond toString().