Alyx

Results 453 comments of Alyx

Our documentation on how to run tests locally is a bit outdated since we moved to a monorepo, but I can give you a quick summary: You'll need to run...

I don't know if this worked before Sequelize 6 as I arrived during Sequelize 6 but this did not work in [Sequelize 6](https://github.com/sequelize/sequelize/blob/5c428218df05a6354cc039d73eb58a49434172ee/packages/core/test/unit/sql/where.test.ts#L507) and it was fixed 2 months ago...

I don't have enough information to resolve this issue: Which hook is not being called that should have been? Is this the same as https://github.com/sequelize/sequelize/issues/11106?

Definitely agree that afterFind should be run on that include. Have you tried adding a [getter & setter](https://sequelize.org/docs/v6/core-concepts/getters-setters-virtuals/#getters) on your attribute? They're designed for data manipulation when the data is...

I do think this is worth exploring, as us not supporting views discourages from using them.

I have tried to replicate something that could produce this error bug couldn't. I see you mentioned you were working on a SSCCE. Don't hesitate to ping us when you...

Feel free to propose an API design that would cover this use case :)

I think this is definitely worth looking into. Association querying is one of our bigger pain points. No ETA, it's one of the most complex parts of the ORM. :/...

I don't want to change what `DataTypes.STRING` produces, even in a SemVer MAJOR release, because it would make migrating too difficult. But I would like to deprecate `DataTypes.STRING`, see https://github.com/sequelize/sequelize/issues/14259...