pyeve / eve-sqlalchemy

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

use DataLayer._client_projection instead of a copy #72

Closed goneri closed 9 years ago

goneri commented 9 years ago

This patch depends on https://github.com/nicolaiarocci/eve/pulls/724 which move the _client_projection() from the mongodb driver to the shared DataLayer object.

Eve-SQLAlchemy come with a copy/past of this method, let's us the one from upstream instead.

amleczko commented 9 years ago

Is this going to be released in Eve 0.5.x ?

goneri commented 9 years ago

This will be in 0.6.1. The Eve-SQLAlchemy test-suite is broken with Eve 0.6, so I think this can wait a bit. This is just some code clean up BTW.

amleczko commented 9 years ago

Can you rebase it on develop - then I will merge it. We are using that branch for 0.6 compatibility.