Use TransactionManager APIs in DatastoreHelper (#849)

* Make DatastoreHelper support Postgresql

* Rebase on HEAD

* Resolve comments

* Use put* inside insert* and update*

* Resolve comments
This commit is contained in:
Shicong Huang 2020-10-29 11:41:04 -04:00 committed by GitHub
parent 6f3b382a2d
commit 2000ea2d60
30 changed files with 979 additions and 299 deletions

View file

@ -646,7 +646,7 @@
registry_lock_or_unlock_cost_currency text,
renew_billing_cost_transitions hstore not null,
renew_grace_period_length interval not null,
reserved_list_names text[] not null,
reserved_list_names text[],
restore_billing_cost_amount numeric(19, 2),
restore_billing_cost_currency text,
roid_suffix text,