mirror of
https://github.com/google/nomulus.git
synced 2025-04-30 12:07:51 +02:00
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 |
||
---|---|---|
.. | ||
BigqueryConnection.java | ||
BigqueryFactory.java | ||
BigqueryJobFailureException.java | ||
BigqueryModule.java | ||
BigqueryUtils.java | ||
BUILD | ||
package-info.java |