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.