Closed codingskynet closed 8 months ago
Now, the field like optional string or optional Enum is handled as default value if it is null or not existed. Fixed it. But, I left some unimplemented as todo!()(Will fix on this PR after conversation)
optional string
optional Enum
todo!()
@segfault87 Can you plz deploy it soonly?
Now, the field like
optional string
oroptional Enum
is handled as default value if it is null or not existed. Fixed it. But, I left some unimplemented astodo!()
(Will fix on this PR after conversation)