Skip to content

Adds information that ignore() is not unique to insert #6071

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Jun 4, 2022

Conversation

eSkiSo
Copy link
Contributor

@eSkiSo eSkiSo commented Jun 3, 2022

Adds information that ignore() can be used in insertBatch, update and delete (when database supports it).
Not really clear on the docs at the moment.

Each pull request should address a single issue and have a meaningful title.

Description
State that ignore() can be used in insertBatch(), update() and delete(), not only insert().

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

Adds information that ignore() can be used in insertBatch, update and delete (when database supports it).
Not really clear on the docs at the moment.
@kenjis kenjis added the documentation Pull requests for documentation only label Jun 3, 2022
Copy link
Member

@MGatner MGatner left a comment

Choose a reason for hiding this comment

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

Thanks!

@samsonasik samsonasik merged commit cf4641c into codeigniter4:develop Jun 4, 2022
@samsonasik
Copy link
Member

Thank you @eSkiSo

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
documentation Pull requests for documentation only
Projects
None yet
Development

Successfully merging this pull request may close these issues.

4 participants