Hi, I'm using a legacy database with old data. There are null values in fields which have a specific meaning. The legacy systems handle this in the code. In my new code I do not want to add such hardcoded handling.
I cannot update the fields because it will break old systems. My question: is there a generic mechanism where I can tell cayenne to provide default values for fields which have null values when I'm running queries. tx Hans
