google-nomulus/java/google/registry/bigquery
mountford 6fd3592a54 Change BigQuery call from update to patch
For invoicing, we have been using the BigQuery update() call, but it turns out that that's not what we want to do. That replaces all values, clearing out any that you don't specify. What we want is patch(), which updates only the values you specify.

-------------
Created by MOE: https://github.com/google/moe
MOE_MIGRATED_REVID=146673068
2017-02-06 16:45:23 -05:00
..
BigqueryConnection.java Change BigQuery call from update to patch 2017-02-06 16:45:23 -05:00
BigqueryFactory.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
BigqueryJobFailureException.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
BigqueryModule.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
BigqueryUtils.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00
BUILD Restructure Maven dependencies in build 2017-01-09 11:59:04 -05:00
package-info.java Update copyright year on all license headers 2017-02-02 16:27:22 -05:00