There was an error while loading. Please reload this page.
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. } }