Resolve #3370560 "Update failed dblogupdate10101"
1 unresolved thread
Closes #3370560
Merge request reports
Activity
26 26 * Tests that, after update 10101, the 'wid' column can be a 64-bit integer. 27 27 */ 28 28 public function testLogEntryWithBigId() { 29 if (\Drupal::service('database')->databaseType() == 'sqlite') { 30 $this->markTestSkipped("This test does not support the SQLite database driver."); 31 } changed this line in version 3 of the diff
added 23 commits
-
6a5489f0...a6e0ce86 - 12 commits from branch
project:11.x
- 9fcbe75a - 1 earlier commit
- 361afb64 - Back to dev.
- aca806c5 - Drupal 10.1.0-rc1
- 509e84f9 - Back to dev.
- 3fbe8c9b - Drupal 10.1.0
- d4ba068d - Back to dev.
- dac2d5f1 - Issue #3368790 by longwave, jabeler: guzzlehttp/promises 2.0 blocking update to 10.1 due to AWS SDK
- 0d4eb323 - Fix rebase
- 6e79c9ea - Do not update if SQLite
- cb919278 - coding standards fix
- a49d58a1 - Run test for SQLlite
Toggle commit list-
6a5489f0...a6e0ce86 - 12 commits from branch
Please register or sign in to reply