Releases: google/dart-neats
Releases Β· google/dart-neats
typed_sql v0.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.
typed_sql v0.1.2
- Support for composite foreign keys using the
@ForeignKey
annotation. - Extension methods for joining table using foreign keys.
typed_sql v0.1.1
- Fixed build issues where it's unable to resolve
CustomDataType
.
typed_sql v0.1.0
- Initial release of
package:typed_sql
.
vendor v0.9.7
- Bump constraint on
package:tar
to^2.0.0
.
vendor v0.9.6
- Bump
package:analyzer
to>= 2.7.0 <7.0.0
.
acyclic_steps v0.11.2
- Remove
@sealed
annotation in favor offinal class
modifier from Dart 3. - Bump SDK lower-bound constraint to Dart
3.0.0
.
dartdoc_test 0.1.0
Initial release of dartdoc_test
neat_cache v2.0.4
- Reconnect when a redis command fails.
pem v2.0.5
- Allow
petitparser
version>=5.1.0 <7.0.0
.