google-nomulus/core/src
gbrodman 245e2ea5a8
Enforce consistency in non-cached FKI loads (#1075)
* Enforce consistency in non-cached FKI loads

For the cached code path, we do not require consistency but we do
require the ability to load / operate on large numbers of entities (so,
we must do so without a Datastore transaction). For the non-cached code
path, we require consistency but do not care about large numbers of
entities, so we must remain in the transaction that we're already in.
2021-04-13 15:14:02 -04:00
..
main Enforce consistency in non-cached FKI loads (#1075) 2021-04-13 15:14:02 -04:00
nonprod Fix some low-hanging code quality issue fruits (#1047) 2021-04-01 18:04:21 -04:00
test Fix TimestampInversionException (#1065) 2021-04-13 11:59:14 -04:00