-
Notifications
You must be signed in to change notification settings - Fork 175
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 JSON functionality to SQLAlchemy Dialect #214
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
@laserkaplan: please have a look at the pending remark of @hovaesco on moving the TypeDecorator to datatype.py.
LGTM % the above remark and squash the commits.
Whoops, thanks for the reminder! Moved to |
Seems like these tests failing might be a larger issue? Multiple open PRs are all failing at the same spot. |
Yes, it should be gone when #220 is merged. |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please squash commits.
be7788c
to
cc42f4e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I'll rebase and then merge this after I merge #220 tomorrow morning my time.
Thanks for contributing @laserkaplan and sorry about the very long delay.
Description
Implement the ability to reference JSON columns using SQLAlchemy. This allows JSON columns to be created in new tables, as well as writes to/reads from them using normal Python
json
module serialization/deserialization.Originally referenced in this issue.
Release notes
( ) This is not user-visible and no release notes are required.
( ) Release notes are required, please propose a release note for me.
(x) Release notes are required, with the following suggested text: