-
I notice migrate:alter rebuilds all data, and safe rebuilds only pivot tables. Is it necessary to rebuild pivot tables (or any tables) with migrate set to safe? Why rebuild tables every time you need …
-
(migrated from [my original post in Sails](https://github.com/balderdashy/sails/issues/721))
I prefer to use GUIDs instead of integer primary keys in my apps, and I'd like to be able to do this withi…
-
**Waterline version**: 0.12.2
**Node version**: 6.2.2
**NPM version**: 3.9.3
**Operating system**: Windows 7
Hi,
Below is my DB Model
**User table**
exports.User = dbconfig.Waterline.Collectio…
-
All,
I believe that an issue still exists up to the latest version V0.12.2 of the library which has the following dependencies(waterline-sequal 0.6.4) .
Using Node 6.9.1
Similar Issues:
**https:…
-
I currently do not know if this a design-spec or a bug. But with sails-mysql autoIncrement does not work on non primary fields..
-
I have two models, `Subject` and `PersonalDetails` that are living on two different PostgreSQL databases (i.e. connections). `Subject` has a one-to-one association to `PersonalDetails` through its at…
Zigur updated
5 years ago
-
**Waterline**:0.11.6
**Node**:6.9.4:
**NPM version**:3.10.10
**Operating system**: Window 7
**Sails version**: 0.12
**Sails-mongo**: 0.12.2
## Issue
When i call the method `addEve…
-
I am currently using Sails for creating a javascript API and I was really happy about it. It was really fast to have a first working version on my staging server, no matter what the community says abo…
-
Another error accorded when I was testing using this code:
``` js
it('should be able find by login and destroy the user', function (done) {
User.findOneByLogin('MyLogin3', functio…
-
Using this model:
``` javascript
module.exports = {
attributes: {
someName: {
type: 'integer',
required: true,
primaryKey: true
}
},
au…
ofekd updated
5 years ago