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

Hotfix/gh62 duplicate entry on upsert #63

Merged
merged 2 commits into from
Apr 15, 2022

Conversation

gin0115
Copy link
Owner

@gin0115 gin0115 commented Apr 15, 2022

fixes #62

…e condition and the values are handled independantly. This does mean you can not shortcut and expect any conditions to the inserted automatically. This however reflects examples of using the Laravel query builder
@codecov-commenter
Copy link

codecov-commenter commented Apr 15, 2022

Codecov Report

Merging #63 (aff21b3) into master (13bb95d) will increase coverage by 0.00%.
The diff coverage is 100.00%.

@@            Coverage Diff            @@
##             master      #63   +/-   ##
=========================================
  Coverage     97.62%   97.62%           
- Complexity      439      440    +1     
=========================================
  Files            18       18           
  Lines          1093     1095    +2     
=========================================
+ Hits           1067     1069    +2     
  Misses           26       26           
Impacted Files Coverage Δ
src/QueryBuilder/QueryBuilderHandler.php 97.57% <100.00%> (+0.01%) ⬆️

Continue to review full report at Codecov.

Legend - Click here to learn more
Δ = absolute <relative> (impact), ø = not affected, ? = missing data
Powered by Codecov. Last update 13bb95d...aff21b3. Read the comment docs.

@gin0115 gin0115 merged commit cb43b1b into master Apr 15, 2022
@gin0115 gin0115 deleted the hotfix/gh62-duplicate-entry-on-upsert branch April 15, 2022 15:40
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

updateOrInsert duplicate entry on update
2 participants