This repository was archived by the owner on Apr 17, 2018. It is now read-only.
This repository was archived by the owner on Apr 17, 2018. It is now read-only.
Booleans are always stored as false in SQLite #276
Open
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.
Metadata
Metadata
Assignees
Labels
No labels