Add integration tests for limit/offset #33

Merged
joeybaker merged 3 commits from add-limit-offset-tests into master 2016-11-02 02:09:45 +00:00
Showing only changes of commit ce26814f74 - Show all commits

View File

@ -27,6 +27,13 @@ export default (sequelize, DataTypes) => {
name: 'notaname', name: 'notaname',
}, },
}, },
returnsAll: {
where: {
name: {
$ne: 'notaname',
},
},
},
}, },
}); });
}; };