不要怂,就是干,撸起袖子干!

Commit 1ea438bf by Mick Hansen

fix bad dialect filtering logic#

1 parent dd8f767c
Showing with 1 additions and 1 deletions
...@@ -108,7 +108,7 @@ describe(Support.getTestDialectTeaser('Model'), function() { ...@@ -108,7 +108,7 @@ describe(Support.getTestDialectTeaser('Model'), function() {
}); });
}); });
if (['sqlite', 'mssql'].indexOf(current.dialect.name) > -1) { if (['sqlite', 'mssql'].indexOf(current.dialect.name) === -1) {
it('should not deadlock with no existing entries and no outer transaction', function () { it('should not deadlock with no existing entries and no outer transaction', function () {
var User = this.sequelize.define('User', { var User = this.sequelize.define('User', {
email: { email: {
......
Markdown is supported
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!