diff --git a/docs/pages/docs/upgrading.md b/docs/pages/docs/upgrading.md index d9f1579f..b497172e 100644 --- a/docs/pages/docs/upgrading.md +++ b/docs/pages/docs/upgrading.md @@ -28,7 +28,7 @@ project. For a full list of updates, see the [changelog](https://pub.dev/package a complex select in Dart) only supports non-nullable values now. To read nullable values, use `readNullable`. 4. __Updated type converters__: The `mapToSql` and `mapToDart` methods have been - renamed to simply `toSql` and `toDart`, respectively. + renamed to simply `toSql` and `fromSql`, respectively. Also, a type converter only needs to support the exact types that it was declared with. In particular, a `TypeConverter` no longer needs to deal with `null` values in either direction.