-
Notifications
You must be signed in to change notification settings - Fork 38
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Booleans with Helper::Row::ToJSON #88
Comments
Or maybe i should somehow bind my boolean column to JSON::PP::true/false objects... |
At this point making such a change would be backwards incompatible for anyone who has depended on the existing behavior for very long. I'd accept a PR to make it a flag though. |
I was hit by this issue today, wondering how I could fix it :( |
Well, yes, I did that for the table I needed right away, but I was thinking more of a cleaner way in a helper :) |
ToJSON should return JSON::PP::false, JSON::PP:true for boolean data-types.
The text was updated successfully, but these errors were encountered: