Laurence de Jong
Laurence de Jong
Apparently you can check if an error is a timeout error: https://cloud.google.com/appengine/docs/standard/go/reference#IsTimeoutError ```golang import "google.golang.org/appengine" ... appengine.IsTimeoutError(err) ``` Unfortunately that doesn't appear to work for me. Maybe you've got more...
`GetAll` is used in the following places in `codenotary-cloud`: 1. Data service uses it in `VCNGetArtifacts` which is used by `vcn` 2. When querying a ledger, postgres is used as...
I solved this by only closing (`Cancel`) a transaction if it has been created within `execPreparedStmts`. I looked at how this was solved in `QueryPreparedStmt`. The transaction also gets returned,...