Open StarpTech opened 8 years ago
It seems that the fluent api isnt optimized with the transaction api. We could introduce a object called TransactionVariable
to treat this case.
Something like:
.let('t3', function(e) {
e.update('Node')
.add('References', TransactionVariable('$t0'))
.where({ Mid: sponsorNode.mid });
})
+1
The $t1 is always converted to a string
"$t1"
. I want to reuse the record behind this variable.