Ahmed Ashour

Results 72 comments of 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" ![image](https://user-images.githubusercontent.com/2410127/168009118-2ccfdae5-cc15-4dfa-a332-93681180a033.png) - New Workflow ![image](https://user-images.githubusercontent.com/2410127/168009174-9cb37df0-dab0-4659-ac40-3183d356c80d.png) - Select Dart (Configure) ![image](https://user-images.githubusercontent.com/2410127/168009265-9bda0895-6b26-48ab-b6b6-82d511c33825.png) The file generated would have this message ![image](https://user-images.githubusercontent.com/2410127/168009407-8377a6bb-af1d-4090-af9b-e9cf8b7519b1.png)