Skip to content

fix: add a primary key to an existing table - #8031

Merged
kenjis merged 3 commits into
codeigniter4:developfrom
michalsn:fix/processIndexes
Oct 13, 2023
Merged

kenjis merged 3 commits into
codeigniter4:developfrom
michalsn:fix/processIndexes

Conversation

@michalsn

Copy link
Copy Markdown
Member

Description
Fixes: #8019

Checklist:

  • Securely signed commits
  • Component(s) with PHPDoc blocks, only if necessary or adds value
  • Unit testing, with >80% coverage
  • User guide updated
  • Conforms to style guide

@kenjis kenjis added the bug Verified issues on the current code behavior or pull requests that will fix them label Oct 11, 2023
@kenjis

kenjis commented Oct 11, 2023

Copy link
Copy Markdown
Member

On develop it is surely fails the testProcessIndexesWithPrimaryKeyOnly.

$ vendor/bin/phpunit tests/system/Database/Live/ForgeTest.php
PHPUnit 9.6.13 by Sebastian Bergmann and contributors.

Runtime:       PHP 8.1.24
Configuration: /.../CodeIgniter4/phpunit.xml

............................................F.                                                                            46 / 46 (100%)

...


Time: 00:44.055, Memory: 18.00 MB

There was 1 failure:

1) CodeIgniter\Database\Live\ForgeTest::testProcessIndexesWithPrimaryKeyOnly
Failed asserting that actual size 0 matches expected size 1.

/.../CodeIgniter4/tests/system/Database/Live/ForgeTest.php:1705

FAILURES!
Tests: 46, Assertions: 112, Failures: 1.

@kenjis kenjis left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM! Thank you.

@MGatner MGatner left a comment

Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You get my rare database-related approval 😉

@kenjis
kenjis merged commit ce62326 into codeigniter4:develop Oct 13, 2023
@michalsn
michalsn deleted the fix/processIndexes branch November 13, 2023 07:33
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

bug Verified issues on the current code behavior or pull requests that will fix them

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Adding a primary key to an existing table not working

3 participants