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 #73

Closed goneri closed 9 years ago

goneri commented 9 years ago

This patch depends on https://github.com/nicolaiarocci/eve/pull/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.