New
typed_sql v0.1.3
- Added
TransactionAbortedException.toString()to render thereasonwhen printing an exception. - Fix postgres support for
DateTime.utc(0), which must be encoded as 'BC' suffixed date-time. - Escaping table names in queries.
- Fix
.update/.deletefor tables with composite primary keys.