We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
SQLAlchemy v1.1 added JSON as a core type [1].
Could update TYPE_MAP to default to converting this to StringField or TextAreaField?
TYPE_MAP
StringField
TextAreaField
[1] http://docs.sqlalchemy.org/en/latest/core/type_basics.html#sqlalchemy.types.JSON
The text was updated successfully, but these errors were encountered:
Hello. That would be great to update TYPE_MAP. Someone could assign this to me, if possible.
Sorry, something went wrong.
PRs (with unit tests) welcome.
No branches or pull requests
SQLAlchemy v1.1 added JSON as a core type [1].
Could update
TYPE_MAP
to default to converting this toStringField
orTextAreaField
?[1] http://docs.sqlalchemy.org/en/latest/core/type_basics.html#sqlalchemy.types.JSON
The text was updated successfully, but these errors were encountered: