Hi all. Oh the joys of working with legacy databases… :) I’m now using a database that sometimes stores boolean values as a char field with the value ’t’ or ‘f’ (true or false). Can Cayenne help me map these fields to actual booleans in my entities so I don’t have to think about this in my logic?
Cheers, - hugi