Alyx
Alyx
A nested property like that works for me, the extra object isn't really going to have any noticeable perf impact considering what the goal of the method is I would...
Thinking about this more: - We should give the model definition, not the model itself, so this can be compatible with repository mode in the future - Because of this,...
This is definitely caused by association methods making raw queries, which don't produce models, and therefore don't have getter/setters
It's not something you can fix on your end, I'm also not sure whether it's going to break something, but we'll find out when we implement the fix and run...
It's not, the issue is still open
The point of `raw` seems to be to bypass most of the work we do on the database value. It was returned parsed in postgres because the `pg` library does...
That's correct, we redesigned the enum type in V7 to make it easier to implement this feature. Combined with a recent change to add "if not exists" to the enum...
Moved to the CLI repo because the core library is not aware of the migrations (it is entirely a cli concern). We could definitely add a cli subcommand that checks...
This is strongly related to the `--dry-run` flag: https://github.com/sequelize/cli/issues/219
This is something you'll need to run before you boot your app and decide whether the app may boot based on the exit status of the cli. The core library,...