- Merge request !5461Cannot upgrade from Drupal 8.5.11 8.8 and higher versions: PostgreSQL Duplicate table error for Alter Index query → (Closed) created by quietone
- 🇳🇿New Zealand quietone
Converted to an MR and hide patches.
There is a failing test, Drupal\Tests\migrate_drupal\Unit\MigrationConfigurationTraitTest.
- Status changed to Needs review
about 1 year ago 10:01am 18 November 2023 - Status changed to Needs work
about 1 year ago 2:26pm 18 November 2023 - Status changed to Needs review
about 1 year ago 12:37am 19 November 2023 - 🇳🇿New Zealand quietone
@smustgrave, thanks. I should have done a self review and picked those up before setting to needs review.
I removed the method getQuoteIdentifiers which was in the patch but no longer used in the MR because there is no longer a tableExists method specific for mysql.
Known random failure on
Drupal\Tests\settings_tray\FunctionalJavascript\SettingsTrayBlockFormTest::testBlocks WebDriver\Exception\CurlExec: Curl error thrown for http POST to
Therefore setting back to Needs review.
- Status changed to Needs work
about 1 year ago 11:58am 19 November 2023 - 🇳🇱Netherlands daffie
Minor remark on the MR.
Could we run the pipeline for PostgreSQL for this MR?
- Status changed to Needs review
about 1 year ago 10:05am 20 November 2023 - 🇳🇿New Zealand quietone
@daffie, thanks for the review.
I made the change requested and ran against MySQL, PostgreSQL and SQLite.
Unrelated failure in Drupal\Tests\field_ui\FunctionalJavascript\ManageFieldsTest
- Status changed to RTBC
about 1 year ago 12:49pm 20 November 2023 - 🇬🇧United Kingdom catch
Re-titling again since this isn't really about updating from 8.5
-
larowlan →
committed fdacae95 on 11.x
Issue #3159113 by daffie, saxenaakansha30, quietone: PostgreSQL...
-
larowlan →
committed fdacae95 on 11.x
- 🇦🇺Australia larowlan 🇦🇺🏝.au GMT+10
Committed to 11.x
Didn't backport to 10.2.x due to the risk of disruption from the signature change
Published change record
Thanks all
- Status changed to Fixed
about 1 year ago 3:32am 22 December 2023 Automatically closed - issue fixed for 2 weeks with no activity.
- 🇩🇪Germany jurgenhaas Gottmadingen
This is unfortunately a breaking change for Drupal 10.3, isn't it?
- 🇺🇸United States bradjones1 Digital Nomad Life
Re: #31, no BC issue because the new parameter has a default value which preserves current behavior.
- 🇩🇪Germany jurgenhaas Gottmadingen
@bradjones1 for those calling the method, that's OK. But there is e.g. the sqlsrv module → which extends that method, see
\Drupal\sqlsrv\Driver\Database\sqlsrv\Schema::tableExists
and suddenly becomes incompatible.As the abstract class
\Drupal\Core\Database\Schema
isn't marked internal, it feels as if extending it is what's supposed to be done.