-
-
Notifications
You must be signed in to change notification settings - Fork 6.9k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Fix: Loading fixtures, does not update sequence (Postgres) #20346
base: master
Are you sure you want to change the base?
Conversation
mtangoo
commented
Mar 25, 2025
•
edited by samdark
Loading
edited by samdark
Q | A |
---|---|
Is bugfix? | ✔️ |
New feature? | ❌ |
Breaks BC? | ❌ |
Fixed issues | #8298 |
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## master #20346 +/- ##
============================================
- Coverage 64.85% 63.44% -1.41%
- Complexity 11437 11438 +1
============================================
Files 431 431
Lines 37199 37201 +2
============================================
- Hits 24125 23602 -523
- Misses 13074 13599 +525 ☔ View full report in Codecov by Sentry. 🚀 New features to boost your workflow:
|
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looks good to me, but worth mentioning it in UPDGRADE since one may rely on current numbers in their tests.
framework/CHANGELOG.md
Outdated
@@ -6,6 +6,7 @@ Yii Framework 2 Change Log | |||
|
|||
- Enh #20309: Add custom attributes support to style tags (nzwz) | |||
- Bug #20329: pgsql: Column Schema doesn't recognize PG type cast (arkhamvm) | |||
- Bug #8298 Loading fixtures, does not update sequence (mtangoo) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
- Bug #8298 Loading fixtures, does not update sequence (mtangoo) | |
- Bug #8298: Loading fixtures should not update sequence (mtangoo) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
actually the bug is, when it loads fixtures it fails to update the sequece. So this PR is addressing that.
done |
Is changelog good now? |
Co-authored-by: Alexander Makarov <sam@rmcreative.ru>
While Upgrade file is fine (and comitted) change log is not. It does not correctly explain the bug (#8298) |