pyeve / eve-sqlalchemy

SQLAlchemy data layer for Eve-powered RESTful APIs
http://eve-sqlalchemy.readthedocs.io
Other
234 stars 70 forks source link

Added dialect-specific PostgreSQL JSON type #133

Closed bomb-on closed 7 years ago

bomb-on commented 7 years ago

This should solve #124. There are not tests for this yet, I'll try to write them as soon as possible. All other tests are passing.

I also updated .gitignore and AUTHORS again, this time in separate commits, so I suppose you can cherry-pick them or something, independently of my previous PR #129.

dkellner commented 7 years ago

I've merged this even with "missing" tests. The reason is that testing against PostreSQL databases is probably far away, see https://github.com/RedTurtle/eve-sqlalchemy/issues/132#issuecomment-277001754. And the moment we can test against those, already existing tests for JSON data will cover this fix as well.