-
Hi,
I am experiencing a problem with sails associations, let me expain with an example:
I have a model, call it Master:
```
// api/models/Master.js
module.exports = {
autoPK: false,
autoCreated…
-
Hello!.,
I am trying to follow the implementation of passport using facebook authentication following your pattern,but using MySQL.The problem is that the verifyHandler is allowing the creation of a u…
-
I've got a simple users-roles many-many association in my schema. When I try to visit `/users` it outputs the user object, but in the roles array there's 110592 entries, all of the same role. Pretty f…
-
I'm running into a "`TypeError: Cannot call method 'toLowerCase' of undefined at utils.buildSelectStatement.query (line 379)`" while using the associations branch of sails-postgres. This happens durin…
-
Type conversions refactor split into more logical parts, plus a complete PEPification and style normalization and some additional cleanup. The actual changes are described in the [original issue](http…