This release adds support for window functions in the Dart query builder (through WindowFunctionExpression
) and contains improvements to the generator:
- Fix warning on Dart-defined views referencing the same table multiple times.
- Don't generate unnecessary verification code.
- Suggest a test with data integrity when adding a new column without a default
value inmake-migrations
.