This repository was archived by the owner on Apr 17, 2018. It is now read-only.

Description
Hey there!
I am sorry that I can not offer a pull request, I just don't understand data mapper well enough.
With the SQLite adapter, Booleans are transformed to 't' and 'f' in the queries. These string values are typecasted to false by sqlite. So datamapper persists the wrong values.
Please help me fix that.