Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: handle nil CompositeIDProperty value during database insert (#628)
The CompositeIDProperty was force-unwrapping its value during database input, which would crash if the value was nil. This could happen during initial inserts where the composite ID is meant to be set by a database trigger. Now checks if value exists before attempting to input it.
- Loading branch information