typed_sql 0.1.3
typed_sql: ^0.1.3 copied to clipboard
Package for doing SQL with some type safety.
0.1.3 #
- 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.
0.1.2 #
- Support for composite foreign keys using the
@ForeignKey
annotation. - Extension methods for joining table using foreign keys.
0.1.1 #
- Fixed build issues where it's unable to resolve
CustomDataType
.
0.1.0 #
Initial version.