Closed
Conversation
* Minor auto-update in version 1.10.0 (3 years old) FreshRSS#1750 * Related to FreshRSS#3552 * Auto-update for temporary table in version 1.7.0 () FreshRSS#1470 (4 years old)
Alkarex
commented
Mar 23, 2021
| $info = $stm == null ? $this->pdo->errorInfo() : $stm->errorInfo(); | ||
| if ($this->autoUpdateDb($info)) { | ||
| return $this->updateCategory($valuesTmp); | ||
| return $this->updateCategory($id, $valuesTmp); |
Member
Author
There was a problem hiding this comment.
And a small auto-update bug fix at the same time
Frenzie
reviewed
Mar 23, 2021
Member
Frenzie
left a comment
There was a problem hiding this comment.
I forget, can you go 1.7 → 1.8 → 1.9 or does it always try to go straight to the latest
Member
Author
|
To the latest @Frenzie . And actually, I am not sure I like this PR after all, especially for a .1 release. Will do something else instead |
Alkarex
added a commit
to Alkarex/FreshRSS
that referenced
this pull request
Sep 1, 2023
Remove `updateTTL` function used to help migration to 5+ year-old FreshRSS 1.10 and FreshRSS 0.7.3 FreshRSS#1750 This function contributed to locking the database FreshRSS#5574 Subset of FreshRSS#3558
Alkarex
added a commit
that referenced
this pull request
Sep 6, 2023
Alkarex
added a commit
to Alkarex/FreshRSS
that referenced
this pull request
Sep 10, 2023
Should help with some DB lock issues. Complete FreshRSS#3558 after FreshRSS#5625 already cherry-picked from it. * Removed auto-update of MySQL GUID case sensitivity FreshRSS#2078 * Contributed to a DB lock in FreshRSS#5008 Also removed the following non-problematic auto-updates, simply because they were older than the above ones * Auto-create custom labels (1.12.0) FreshRSS#2027 * Auto-add JSON column for feeds (1.11.0) FreshRSS#1838 * Auto-create temporary tables (1.7.0) FreshRSS#1470
Member
Author
|
Revived in #5649 |
Alkarex
added a commit
that referenced
this pull request
Sep 12, 2023
Should help with some DB lock issues. Complete #3558 after #5625 already cherry-picked from it. * Removed auto-update of MySQL GUID case sensitivity #2078 * Contributed to a DB lock in #5008 Also removed the following non-problematic auto-updates, simply because they were older than the above ones * Auto-create custom labels (1.12.0) #2027 * Auto-add JSON column for feeds (1.11.0) #1838 * Auto-create temporary tables (1.7.0) #1470
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Uh oh!
There was an error while loading. Please reload this page.