Closed akhan-netfore closed 8 years ago
Sails version:0.11.0 Node version:4.2.1 NPM version:2.14.7 Operating system:Ubuntu 14.04
In my model, I have following class properties:
schema: false, autoPK: false attributes: { name: 'string' }
when I do a find on the model and pass in a criteria 'id', sails throws a NullPointerException on normalize.js:47
if (context.attributes[pk].type == 'integer') {
If I set the schema to be false, sails should protect its
This issue was moved to balderdashy/waterline#1326
Sails version:0.11.0 Node version:4.2.1 NPM version:2.14.7 Operating system:Ubuntu 14.04
In my model, I have following class properties:
when I do a find on the model and pass in a criteria 'id', sails throws a NullPointerException on normalize.js:47
If I set the schema to be false, sails should protect its