-
**Waterline version**: 0.11.2
**Node version**: v4.4.2
**NPM version**: 2.15.0
**Operating system**: Mac OSX
As adapter i use sails-mongo (0.11.7). In some Models i want _id to be integer for s…
-
Hey there,
I have a PostgreSQL database installed on localhost and a very simple Sails 0.11 app that wants to access the info storaged via sails-postgresql adapter.
I guess the database is set corre…
-
I'm trying the following code to populate the database. Seems like on the third level of data (categories2), I'm getting the below error.
Any idea how can I import the data to the db - recursively? I…
-
I have a model that contains only an autoincrementing ID, for use as the engine of a ticket service ([something like this](http://code.flickr.net/2010/02/08/ticket-servers-distributed-unique-primary-k…
-
I am trying to use waterline with express and have copy pasted the code from the example in this repo. I keep getting an error about some def.config.pool
Here is the code:
/\* ------------sample mod…
ghost updated
5 years ago
-
Hello!
This is a copy of [this issue](https://github.com/balderdashy/waterline/issues/367).
I've recently encountered an issue running `sails 0.10.0-rc4` and `waterline 0.10.0-rc7` where I have a m…
-
### Problem description
`populate()` returns empty array of child objects in ONE-to-MANY association.
Following mysql scheme is used (2 mysql tables):
```
mysql> describe ModelA;
+-------+---------…
-
**Waterline version**: "waterline": "^0.13.5",
**Node version**: 10.7.0
**NPM version**: 6.1.0
**Operating system**: Ubuntu 18.x
I have read through the issue and have tried adding au…
-
If a model attribute has a notEmpty option and the model reflects a mySql table that does exist then it fails to assert that the attribute is empty.
E.G.
Given this Sails model:
```
module.exports …
-
**Waterline version**: 11.2
**Node version**: 4.4.7
**NPM version**: 2.15.8
**Operating system**: windows 10
hi, i imported a CSV into my mongodb with mongoimport.
i then created an model:
`i…