Rick Boyer
Rick Boyer
Hi @RbkGh, fortunately, the constructor I mentioned applies to the standard Spinner as well. I've just been testing this library myself and I'm not planning on using it going forward...
Thanks @RbkGh, I appreciate the help!
From experience with other ORM's, I wouldn't use either the ordinal or name, instead I implemented an "id" for each enum and persisting the id.
Yeah, that's actually how I persisted my enums before as well. Then when I was working with greenDAO, I came across this: How to convert Enums correctly Enums are popular...
Hi, I'm new to StorIO and having trouble finding documentation. Can you point me to the documentation on this change as I want to implement a ColumnConverter for an enum....
Thanks @geralt-encore ... just to be clear, this feature or the documentation has been implemented yet? (I thought this issue was part of v1.10.0?, or am I misunderstanding the milestone...
Ok, so the feature itself hasn't been implemented. I appreciate the response @geralt-encore!
Thanks @nikitin-da! I hope a "field converter" is implemented some day and not just support for enums.