When adding a new record optional Data fields get a default value - should be nil
dhmspector opened this issue · 1 comments
dhmspector commented
In version 2.1.9(93) when adding a new record with CMD-+, any optional NSDate fields get populated with 6 bytes:
▿ bytes : 6 elements
- 0 : 60
- 1 : 68
- 2 : 97
- 3 : 116
- 4 : 97
- 5 : 62
Unfortunately you cannot delete these data from the field using the browser; so there are really two issues
- No random data in optional fields
- Ability to clear out the field
stel commented
Thanks for reporting this, @dhmspector!