- Added
TransactionAbortedException.toString()
to render thereason
when
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
/.delete
for tables with composite primary keys.