I found a way to get boolean properties working with DB2. It requires setting the column type in the mapping to "boolean". After this it will internally map a boolean property to a smallint column. I still have to have a different configuration between sql and db2, but this is manageable.
Keep up the good work. I really like how the multiple context migrations turned out.