I think that wouldn’t work with my jackson, jdbc t...
# announcements
m
I think that wouldn’t work with my jackson, jdbc tools, since that would nest it. (the framework is using reflection to assign fields out of the SQL select, and then just serializing to json on the other side) I kind of want { field1, field2, field3} + {version, user} = {field1, field2, field3, version, user} if such a thing is possible.