Steve Schmitt

Results 58 comments of Steve Schmitt

At least make `round` mean `round()`, not `floor()`.

Makes sense. Where should they go?

@jsau- I updated the mssql scripts in sample/dbscripts (in the `master` branch). See if those changes help you.

You could use the `--output` and `--schema` flags together, to put the models for each schema in their own directory.

Oh right, the concern is with the **model** names, not the **file** names. Sorry! Maybe we could change the `SequelizeAuto` API to allow you to pass a function to convert...

Thanks for reporting. What is the column definition for your computed column?

Is this still a problem in `[email protected]` and the latest `sequelize`?

I had not anticipated a table name with slashes! A PR would be most welcome. Thanks!

Can you provide some example code, showing how you have extended the model files?

It seems like it could be done with mixins that the developer could apply to the models at run time, similar to the way that Sequelize [adds methods to the...