I understand I need to save boolean in SQLite as Integer, True/False as 1/0 I guess. But how is this done in the mapping file?
Do I need to write some custom mapping convention class? I’ve never done this before, so would be very helpful if someone could offer an example.
You can map it like a any other property. Conversion happens under the covers. So if your entity has something like
the Map file for this property would have an entry like so