-
Hello!
I've recently encountered an issue running `sails 0.10.0-rc4` and `waterline 0.10.0-rc7` where I have a model instance (`user`) that fails on a call to `user.save();` with a validation error s…
-
(Copying from https://github.com/balderdashy/sails/issues/1565)
Hi,
I am experiencing a problem with sails associations, let me expain with an example:
I have a model, call it Master:
```
// api/m…
-
Hi all,
I am using sails.js version: 0.11.0, waterline version: 0.10.26 and sails-oracledb adapter version: 0.0.13.
I am trying to have a working User-Role Models example define with many to many thr…
-
I've defined the following 2 models in a 1-Many fashion:
``` javascript
Person.js
module.exports = {
tableName:"old_person_data",
autoCreatedAt:false,
autoUpdatedAt:false,
autoPK:fals…
-
I have created an express app with waterline as the orm. My model looks like:
```
var User = Waterline.Collection.extend({
identity: 'user',
connection: 'mysql',
autoPK: true,
autoCr…
-
I am trying to do sort id which is numeric (integer)
Modal:
module.exports = {
autoPK: false,
attributes: {
id: {
type: 'integer',
autoIncrement:true,
prima…
-
I am having a model named Conversation where I have the field named `participants` which is an association with the model `ConversationParticipant` now when I make the `conversation`-field in this mod…
-
**Waterline version**: 0.11.6
**Node version**: 4.2.6
**NPM version**: 3.10.8
**Operating system**: ubuntu LTS 16.04
**1st scenario:**
**User**
autoPK: false,
autoCr…
-
```
Waterline encountered a fatal error when trying to perform the `alter` auto-migration strategy.
In a couple of seconds, the data (cached in memory) will be logged to stdout.
(a failsafe put in pla…
-
I had working code that made use of the numeric primary key ID number of the newly created record. Updated updating from 0.9.x to 0.10.x I find the id is no longer present in the newlyInsertedRecord p…