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

Commits on Jan 12, 2017

  1. Add method unserializable_data_types to ToJSON helper

    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
    kwakwaversal committed Jan 12, 2017
    Configuration menu
    Copy the full SHA
    fee6416 View commit details
    Browse the repository at this point in the history