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

fix(core): ensure em.insertMany returns array of PKs for a single item too #5180

Merged
merged 2 commits into from Jan 29, 2024

Conversation

tkudlicka
Copy link
Contributor

@tkudlicka tkudlicka commented Jan 29, 2024

Closes #5179

Copy link

codecov bot commented Jan 29, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Comparison is base (9c3caa4) 99.75% compared to head (953ef33) 99.75%.

❗ Current head 953ef33 differs from pull request most recent head 3a9aba3. Consider uploading reports for the commit 3a9aba3 to get more accurate results

Additional details and impacted files
@@           Coverage Diff           @@
##           master    #5180   +/-   ##
=======================================
  Coverage   99.75%   99.75%           
=======================================
  Files         221      221           
  Lines       16581    16583    +2     
  Branches     4018     4019    +1     
=======================================
+ Hits        16540    16542    +2     
  Misses         41       41           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@B4nan B4nan changed the title fix(entity-manager): insertMany return ids in array #5179 fix(core): ensure em.insertMany returns array of PKs for a single item too Jan 29, 2024
@B4nan B4nan merged commit 0d58aaf into mikro-orm:master Jan 29, 2024
9 checks passed
B4nan pushed a commit that referenced this pull request Feb 4, 2024
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.

v6.0.5 insertMany
2 participants