Pedro Augusto de Paula Barbosa

Results 264 comments of Pedro Augusto de Paula Barbosa

@pateketrueke Thanks for this. Don't worry about the failing test.

@vinniimiranda Try `sequelize.models`

Also I will reopen this as a documentation issue because indeed the docs deserve improvement.

Hello @cyrus-za, from what I checked and tested here, your example should be working. Please take a look at the new docs and see if they help. If you still...

> Maybe auto-closing inactive issues should be disabled, sometimes an issue is not active because no one is fixing it and people have nothing to add, not just because it's...

Thanks for the report. I edited your posts to add some formatting, please learn to do that in the future :)

@contra What is the status on this?

@lschnoller I think unfortunately you will have to use raw queries for now. If anyone has a better idea please post!

I have reproduced the issue with the following super-minimal code (by completing OP's code): ```js const Sequelize = require("sequelize"); const sequelize = new Sequelize("sqlite::memory:"); const User = sequelize.define('User', {}); const...

Hello! > `userInst.addAccount(accountInst, { throught: { role: 'owner' } })` There is a typo here, `throught -> through`