Donald King
Donald King
## Call ``` db.Exec(`INSERT INTO table (binary_column) VALUES (?)`, []byte{42}) ``` ## Expected "\x2a" is inserted into the database ## Actual Query parsing fails at `... ([42])` because driver/stmt.go expects...
We have a separate GCE project that runs packer to build our GCE machine images. We can configure the GCE Jenkins plugin to use these via `init.groovy.d` scripting, but the...
Our GCE cloud is configured to not allow direct Internet access, either via external IP or via NAT, and all traffic must leave via a proxy where it can be...