frioux / DBIx-Class-Helpers

https://metacpan.org/pod/DBIx::Class::Helpers
20 stars 38 forks source link

Add method unserializable_data_types to ToJSON helper #80

Closed kwakwaversal closed 7 years ago

kwakwaversal commented 7 years ago

On some databases, columns with the text data type might want to be serialized. The ToJSON helper defaults prevented this, so it needed to be subclassed as well as some of the code duplicated. Adding the new method unserializable_data_types simplifies overriding the defaults.

Fixes #79

coveralls commented 7 years ago

Coverage Status

Coverage increased (+0.007%) to 98.417% when pulling fee641601041fff668b57ffff374a45c8a9b6f27 on kwakwaversal:master into 0e9a59fd75c3e2ee74ea75ab4c4eaea9f8c18337 on frioux:master.

frioux commented 7 years ago

Merged, sorry for the delay. Not sure when I'll release it but hopefully not too long in the future.