Skip to content

Conversation

@kenjis
Copy link
Member

@kenjis kenjis commented Aug 10, 2023

Description
Fixes #7797

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 Aug 10, 2023
@kenjis kenjis force-pushed the fix-model-cast-pk branch from 6980fad to e32feba Compare August 10, 2023 08:06
@kenjis kenjis force-pushed the fix-model-cast-pk branch from e32feba to 5eef075 Compare August 10, 2023 08:40
@kenjis kenjis mentioned this pull request Aug 13, 2023
22 tasks
@kenjis kenjis force-pushed the fix-model-cast-pk branch from 5eef075 to d82a9bb Compare August 14, 2023 02:10
@kenjis kenjis requested a review from MGatner August 14, 2023 02:20
@kenjis kenjis merged commit 513f9fc into codeigniter4:develop Aug 15, 2023
@kenjis kenjis deleted the fix-model-cast-pk branch August 15, 2023 01:05
@kenjis kenjis added the database Issues or pull requests that affect the database layer label Aug 16, 2023
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 database Issues or pull requests that affect the database layer

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Bug: Model inserts the casted $primaryKey value when using an entity and casts.

2 participants