Raymond Xu

Results 4 issues of Raymond Xu

I needed to use Flyway with MySQL + SSL. I got it working so I thought someone else might need this too.

For example, I used flyway docker image with a GCP Cloud SQL MySQL server which requires mTLS(server + client certs) connections. The server SSL support is documented by the mTLS...

Given ``` steps: - label: "step 1.a" command: - ./1.a.sh - label: "step 1.b" command: - ./1.b.sh - wait - label: "step 2" ``` If step 1.a fails I would...

This is to add support for fields which will be exempted and will not be pruned in an object. For example ``` { prune(a, ex=[]):: local isContent(b) = if b...