Releases: babyfish-ct/jimmer
Releases · babyfish-ct/jimmer
v0.9.41
v0.9.37
v0.9.36
Fix bug #847 and merge PR #848 to resolve crtical bugs after big refactor for MySQU issues
v0.9.35
v0.9.32
- Improve save-command, remove unnecessary query during error investigation
- Less limitation for
@LogicalDeleted
, if the property type is int or enum, the property can be decorated by@Default
- More limitation for
@LogicalDeleted
of kotlin, if property type is boolean, int or enum, it cannot be nullable