Alyx
Alyx
https://gist.github.com/MattiaMalonni/5b64d2a66f2f8276e1b50d20d1c03a78 is very cool and we're open to a PR that implements it with two difference: - I think it would be better to use async generators instead of a...
@cwtuan I think @WikiRik means adding `@sequelize/core` to the list (the others are not as important, core is the only one that is mandatory) Though I don't think they can...
This looks really nice! Thank you 🥰 > I’m the main maintainer of npm-compare.com Oh! I didn't know. npm-compare looks great. It was nice to see that Sequelize is still...
Hi! I'd love to see this feature implemented, but before going too far in the implementation, make sure to take a look at the design decisions that were discussed near...
@Reddemonfox would you be willing to open a PR with this?
Thanks for researching this, if that's the case this should be caught by our in-progress migration to TypeScript of QueryGenerators :)
There is a bug in Sequelize 6. The "type" option that `sequelize.query` accepts is different from the "type" option that `getConnection` accepts. The former is "select, update, delete, etc" while...
Actually I think I'm wrong: The connection manager also uses "SELECT" as the type in v6 (unlike v7, which uses read/write): https://github.com/sequelize/sequelize/blob/e4c780cb9478d4345a1742c26be0235d00501a03/src/dialects/abstract/connection-manager.js#L173 So after all, setting type to `'SELECT'` (uppercase)...
I've deleted the duplicate tweet in question, @sdepold could you remove the post from OC?
Pedro stopped contributing to Sequelize but it's still a feature we'd like to get to eventually. Unfortunately it's not a high priority for us right now, as we're focusing on...