Robert Cottrell

Results 4 comments of Robert Cottrell

I was able to create bindings to optional properties in a `PostgresPreparedStatement` by creating an extension to `PostgresBindings`. I was then able to verify that NULL values were inserted into...

@fabianfett Sure, I can take a look at putting together a patch.

I've been struggling with a way to send an fd as well. My original thought was just to use `as_raw_fd` to get the underlying socket and call `sendmsg` on that,...

The `--skip-sdk-check` might work for the CLI, but I don't think it's exposed for deployment from GitHub actions. I wonder if it would be better to just add a dependency...