-[BUG] Fix addIndexQuery error when the model has a schema
-[BUG] Fix addIndexQuery error when the model has a schema
-[BUG] Fix app crash in sqlite while running in special unique constraint errors [3730](https://github.com/sequelize/sequelize/pull/3730)
-[BUG] Fix app crash in sqlite while running in special unique constraint errors [3730](https://github.com/sequelize/sequelize/pull/3730)
-[BUG] Fix bulkCreate: do not insert NULL for undefined values [3729](https://github.com/sequelize/sequelize/pull/3729)
-[BUG] Fix bulkCreate: do not insert NULL for undefined values [3729](https://github.com/sequelize/sequelize/pull/3729)
-[BUG] Fix API doc generation
-[BUG] Fix trying to roll back a comitted transaction if an error occured while comitting resulting in an unhandled rejection [3726](https://github.com/sequelize/sequelize/pull/3726)
#### Backwards compatibility changes
#### Backwards compatibility changes
- The error that is thrown when a column is declared to be an enum but without any values used to "Values for ENUM haven't been defined" and is now "Values for ENUM have not been defined".
- The error that is thrown when a column is declared to be an enum but without any values used to "Values for ENUM haven't been defined" and is now "Values for ENUM have not been defined".
return(expect(Promise.join(transTest(80),transTest(80))).to.eventually.be.rejectedWith('could not serialize access due to read/write dependencies among transactions'));
});
});
}
});
});
it('does not allow queries after commit',function(){
it('does not allow queries after commit',function(){