User tests: Successful: Unsuccessful:
Removing indexes that are not needed.
This assumes the primary key is using type_id instead of type_alias. See #6748
The indexes on type_id and tag_id are redundant because of the other
indexes avialable. The index on tag-name (tag_id, type_alias) only
existed for MsSQL.
Category | ⇒ | MS SQL Postgresql SQL |
Status | New | ⇒ | Pending |
I have tested this item successfully on f23313f
Tested only on MySQL but there it works as expected
I have tested this item successfully on f23313f
Status | Pending | ⇒ | Ready to Commit |
Labels |
Added:
?
|
Milestone |
Added: |
Milestone |
Added: |
It doesn't NEED to be the date of release. Typically we've done it where it's the day it's merged in the past.
This PR has received new commits.
Changed the version to 3.5.0, don't understand why this bugfix is delayed to a minor update!
Kept the date as is, consider it absurd to predict the date upon creation of a fix!
Note that all three files are renamed using Github, despite it only shows one on the commit!
Status | Ready to Commit | ⇒ | Closed |
Closed_Date | 0000-00-00 00:00:00 | ⇒ | 2015-10-26 18:50:24 |
Closed_By | ⇒ | roland-d |
Labels |
Removed:
?
|
It matters when you claim to be following SemVer. Current actions don't make sense. Why is there a milestone 3.4.6 ? What happens when 3.5 will be postponed again and 3.4.6, 3.4.7 and following will be released?
How hard can it be to really follow SemVer?
If we were following SemVer to the letter with zero deviation then 3.4.5 should have been 4.0.0, likewise 3.5.0 should be 4.0.0 (actually 5.0.0 had we incremented the major version correctly). Sometimes it's a judgement call and sometimes there is an intended plan that changes and causes things to go awry.
Successfully tested with all databases.