Sascha Depold

Results 14 issues of Sascha Depold

``` sequelize model:create --name Task --attributes title:string --associations "belongsTo:User, hasMany:Contributor" ```

feature

The CLI should support rails like migration generation á la: ``` sequelize migration:create --name=create-products ``` Which generates a new migration with a corresponding scaffold: ``` module.exports = { up: function(migration,...

feature

would be great if I could split tests into sub suites. smth like the following: module.exports = { 'module': { 'submodule': function(assert) {} } }

In order to support additional dialects more easily in the future, we want to pull the dialect specific files out of the core and move them into dedicated npm modules....

breaking change

The added test demonstrates an improper handling of escaped single quotes. Will see if I can get this fixed somehow. If the line is changed from ``` throw new Error('Something...

It would be cool to have a history of core members throughout the year to show them respect and honor.