Skip to content

Transactions are broken on v3.0.1 #258

@StevenWinde

Description

@StevenWinde

Description/Steps to reproduce

This works fine in 3.0.0 but not in 3.0.1

this.beginTransaction( 'READ COMMITTED', ( err, tx )=>{
  this.updateAll( { foo: 'bar' },  { foo: 'bar2'},  { transaction: tx },
  ( err )=>{
    // err is Transaction is not active.
  }
}

Metadata

Metadata

Type

No type

Projects

No projects

Relationships

None yet

Development

No branches or pull requests

Issue actions