Another little thing <@U01SP2GJYAU>, when using va...
# komapper
d
Another little thing @Toshihiro Nakamura, when using value classes for ids in my entity, I need to make a projection with no value classes (I need to use a json mapper that doesn't support them...).. but there, you use the external types... is there a way to "force" my values into the interior types (apart from casting
as ColumnExpression<Int, *>
...)?
t
Would the
transform
function not be helpful in your case? https://github.com/komapper/komapper/pull/1179#issuecomment-1895753449
d
Yeah, I thought I remeber such a thing, I looked for it in the docs/ release notes and didn't find it though...
t
It’s a hidden special feature for now. I’ll make sure to reflect it in the documentation.
👍🏼 1