Use a UNION query instead of a multitude of left outer joins for performance reasons.
Fixes #159
This commit is contained in:
parent
03e1636ff2
commit
5f1d23c6e8
3 changed files with 24 additions and 15 deletions
|
@ -1,7 +1,6 @@
|
|||
autobahn==0.9.3-3
|
||||
aiowsgi
|
||||
trollius
|
||||
peewee
|
||||
flask
|
||||
py-bcrypt
|
||||
Flask-Principal
|
||||
|
@ -40,6 +39,7 @@ git+https://github.com/DevTable/anunidecode.git
|
|||
git+https://github.com/DevTable/pygithub.git
|
||||
git+https://github.com/DevTable/container-cloud-config.git
|
||||
git+https://github.com/DevTable/python-etcd.git@sslfix
|
||||
git+https://github.com/coreos/peewee.git
|
||||
git+https://github.com/coreos/py-bitbucket.git
|
||||
git+https://github.com/coreos/pyapi-gitlab.git
|
||||
git+https://github.com/coreos/mockldap.git
|
||||
|
|
Reference in a new issue