runQuery
doesn't run inside transaction
#905
Labels
api: datastore
Issues related to the Datastore API.
type: bug
Error or flaw in code with unintended results or allowing sub-optimal usage patterns.
Sorry if this isn't right, I only noticed it through inspection.
It looks like Transaction extends from DatastoreRequest, which means it gets a
runQuery
method. However, it doesn't look like it overrides it. This means a user who thinks they are running a query in the transaction is actually going to get inconsistent results.The text was updated successfully, but these errors were encountered: