Update QueryParams to include Transaction
Before, each topdown.Query call opened a new transaction. This was a bit too simplistic. In some cases, callers may want to execute multiple topdown.Query calls (without relying on topdown.Eval) or perform writes in the same transaction. The scheduler POC expects the latter.
T
Torin Sandall committed
8cd1a50781769a4196ce7c5371538e2400ca19d0
Parent: 2cb800e