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
Just wanted to bump this up as I have also just ran into a similar issue with NewWhatever methods causing exceptions (in tests, thankfully) because the code-generated methods assume Set: true.
Description
Would it make more sense to instantiate
OptNilDateTime
(orOptDateTime
or any other optional type) by passing in a pointer?You would still have the flexibility to write more complex logic when you need it but it would simplify most uses cases.
The text was updated successfully, but these errors were encountered: