Closed goneri closed 9 years ago
Is this going to be released in Eve 0.5.x ?
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.
Can you rebase it on develop
- then I will merge it. We are using that branch for 0.6 compatibility.
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.