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
It looks like the neither setting a field to undefined nor using delete entity.field actually unsets the value in the database.
See: typeorm/typeorm#2934
This conflicts with the TypeScript definitions of models generated by Hydra (warthog?), since they don't allow null as value even for optional fields.
It looks like the neither setting a field to
undefined
nor usingdelete entity.field
actually unsets the value in the database.See: typeorm/typeorm#2934
This conflicts with the TypeScript definitions of models generated by Hydra (warthog?), since they don't allow
null
as value even for optional fields.For example:
The text was updated successfully, but these errors were encountered: