Skip to content
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

Add method unserializable_data_types to ToJSON helper #80

Closed
wants to merge 1 commit into from
Closed

Add method unserializable_data_types to ToJSON helper #80

wants to merge 1 commit into from

Conversation

kwakwaversal
Copy link
Contributor

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

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
Copy link

coveralls commented Jan 12, 2017

Coverage Status

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

@frioux
Copy link
Owner

frioux commented Mar 12, 2017

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

@frioux frioux closed this Mar 12, 2017
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants