Skip to content
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

[#14485] ignore_unknown_columns global is respected by update and insert #14486

Merged
merged 1 commit into from
Oct 25, 2019

Conversation

CameronHall
Copy link
Contributor

@CameronHall CameronHall commented Oct 25, 2019

Hello!

In raising this pull request, I confirm the following:

  • I have read and understood the Contributing Guidelines
  • I have checked that another pull request for this purpose does not exist
  • I wrote some tests for this PR
  • I have updated the relevant CHANGELOG

Small description of change: Fixed an issue with updating and inserting data into tables with unmapped columns when phalcon.orm.ignore_unknown_columns is set to true.

Thanks

@niden niden added 4.0 labels Oct 25, 2019
@codecov
Copy link

codecov bot commented Oct 25, 2019

Codecov Report

Merging #14486 into 4.0.x will decrease coverage by <.01%.
The diff coverage is n/a.

@@            Coverage Diff             @@
##            4.0.x   #14486      +/-   ##
==========================================
- Coverage   67.71%    67.7%   -0.01%     
==========================================
  Files         482      482              
  Lines      111380   111384       +4     
==========================================
  Hits        75416    75416              
- Misses      35964    35968       +4

@niden niden merged commit eab77a9 into phalcon:4.0.x Oct 25, 2019
@niden
Copy link
Member

niden commented Oct 25, 2019

Thanks @CameronHall

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug A bug report status: low Low
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants