Corrected a bug, improved analysis

This commit is contained in:
Thomas FORGIONE
2015-10-09 09:34:27 +02:00
parent e28145c366
commit 7576b6ca05
6 changed files with 136 additions and 8 deletions

View File

@@ -697,6 +697,7 @@ DBReq.ExpCreator.prototype.execute = function() {
" Scene.name != 'peachcastle' AND\n" +
" CoinCombination.id = Experiment.coin_combination_id AND\n" +
" Other.id = Experiment.user_id AND\n" +
" Other.valid IS false AND\n" +
" Experiment.finished = true AND\n" +
" Other.rating = U.rating AND\n" +
" Other.id != U.id AND\n" +