You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: CHANGELOG.md
+2
Original file line number
Diff line number
Diff line change
@@ -84,6 +84,8 @@
84
84
- With node-oracledb the thin client is used as default. Added a option to use the thick client. Also added the option to specify the instant client lib
85
85
- MongoDB: from the previous behavior of returning a result with metadata describing when a document is not found.
-[new nullable embeds feature](https://github.com/typeorm/typeorm/pull/10289) introduced a breaking change which might enforce you to update types on your entities to ` | null`,
88
+
if all columns in your embed entity are nullable. Since database queries now return embedded property as `null` if all its column values are null.
0 commit comments