-
-
Notifications
You must be signed in to change notification settings - Fork 610
Comparing changes
Open a pull request
base repository: mikro-orm/mikro-orm
base: v4.3.1
head repository: mikro-orm/mikro-orm
compare: v4.3.2
- 17 commits
- 59 files changed
- 3 contributors
Commits on Nov 21, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 549a0fe - Browse repository at this point
Copy the full SHA 549a0feView commit details
Commits on Nov 23, 2020
-
chore(deps): update dependency run-rs to v0.7.2 (#1108)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for c138918 - Browse repository at this point
Copy the full SHA c138918View commit details -
chore(deps): update dependency ts-morph to v9 (#1109)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for 447530c - Browse repository at this point
Copy the full SHA 447530cView commit details -
Configuration menu - View commit details
-
Copy full SHA for 2a17c59 - Browse repository at this point
Copy the full SHA 2a17c59View commit details -
Configuration menu - View commit details
-
Copy full SHA for 3c44ffb - Browse repository at this point
Copy the full SHA 3c44ffbView commit details -
Configuration menu - View commit details
-
Copy full SHA for d4d9c48 - Browse repository at this point
Copy the full SHA d4d9c48View commit details -
fix(core): fix computing changesets with reference as PK
Using reference wrapped in FK as PK was not properly expanded to the PK value. Closes #1111
Configuration menu - View commit details
-
Copy full SHA for 5504436 - Browse repository at this point
Copy the full SHA 5504436View commit details
Commits on Nov 24, 2020
-
Configuration menu - View commit details
-
Copy full SHA for 6e5a63f - Browse repository at this point
Copy the full SHA 6e5a63fView commit details -
Configuration menu - View commit details
-
Copy full SHA for ed12748 - Browse repository at this point
Copy the full SHA ed12748View commit details -
Configuration menu - View commit details
-
Copy full SHA for 46fe98b - Browse repository at this point
Copy the full SHA 46fe98bView commit details -
chore(deps): update docusaurus monorepo to v2.0.0-alpha.69 (#1122)
Co-authored-by: Renovate Bot <bot@renovateapp.com>
Configuration menu - View commit details
-
Copy full SHA for b1e86ff - Browse repository at this point
Copy the full SHA b1e86ffView commit details -
fix(core): fix comparison of object properties and bigints
When comparing object types, we did not consider `null === undefined`, also the bigints in sqlite were wrongly hydrated, causing extra update queries when nothing changed. Closes #1117
Configuration menu - View commit details
-
Copy full SHA for 2119a65 - Browse repository at this point
Copy the full SHA 2119a65View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4ef8980 - Browse repository at this point
Copy the full SHA 4ef8980View commit details -
fix(core): do not use custom toJSON when storing result cache
When we stored cached entities, previously custom toJSON methods of its relations would be called. Those methods might not produce a valid DTO that can be used as input for `em.create()`. This introduces new method on the `WrappedEntity` helper: `toPOJO`, that acts like `toObject`, but never uses custom overridden methods.
Configuration menu - View commit details
-
Copy full SHA for 86ec3b3 - Browse repository at this point
Copy the full SHA 86ec3b3View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6e6c810 - Browse repository at this point
Copy the full SHA 6e6c810View commit details -
Configuration menu - View commit details
-
Copy full SHA for 6f6a204 - Browse repository at this point
Copy the full SHA 6f6a204View commit details -
Configuration menu - View commit details
-
Copy full SHA for 4f3acd2 - Browse repository at this point
Copy the full SHA 4f3acd2View commit details
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:
git diff v4.3.1...v4.3.2