Replies: 1 comment
-
It is a read only table, so this appears to work. The "half the time" must have been something else...
|
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
My source DB is not very normalized. Sometimes I get "string | string | string" and other times I get a list of strings. How do I handle this?
I first tried using a setter with an Object arg, but the setter was never called. So, I created an AttributeConverter implementation and got stuck on what to return for attributeValueType() - it only works half the time, the rest the field is ignored and the data is lost.
Beta Was this translation helpful? Give feedback.
All reactions