Ahmed Ashour
Ahmed Ashour
The false positive linter error is fixed in Dart `3.0.0-264.0.dev`, so I think this PR needs to wait a little.
Skia issue created at https://bugs.chromium.org/p/skia/issues/detail?id=13894
https://dart-review.googlesource.com/c/sdk/+/271200 Fixes an additional case, as was hinted in the review in https://dart-review.googlesource.com/c/sdk/+/266389/comment/7c2f0988_3783009b/
[sdk/276160](https://dart-review.googlesource.com/c/sdk/+/276160) to enable the `multi` fix.
[sdk/281380](https://dart-review.googlesource.com/c/sdk/+/281380) Previously, `.cast` was added when: - from: (`iterable` or `list`) to `list`, or - from: (`iterable` or `set`) to `set`. Now: - from: (`iterable`, `list` or `set`) to `list`,...
Just a hint, when not using the `test` schema, (by removing it from the `application.properties` and `changelog.xml`), the issue isn't reproducible.
The reason seems to be: - On initial db creation, the schema of `SequenceNextValueFunction` is set in [InsertDataChange.generateStatements()](https://github.com/liquibase/liquibase/blob/master/liquibase-standard/src/main/java/liquibase/change/core/InsertDataChange.java#L139) - On the second run, `generateStatements()` isn't called, and so the `SequenceNextValueFunction`...
With Spring Boot `3.2.3` and Liquibase `4.26.0`, the `databasechangelog` table is created with PostgreSQL. Could you share a reproducible project for others to look into this?
In GitHub repository: - Click "Actions"  - New Workflow  - Select Dart (Configure)  The file generated would have this message 
I guess this should be closed now.